Interface RepromptResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RepromptResponse.Builder,
,RepromptResponse> SdkBuilder<RepromptResponse.Builder,
,RepromptResponse> SdkPojo
- Enclosing class:
RepromptResponse
@Mutable
@NotThreadSafe
public static interface RepromptResponse.Builder
extends SdkPojo, CopyableBuilder<RepromptResponse.Builder,RepromptResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies what output is prompting the agent to reprompt the input.Specifies what output is prompting the agent to reprompt the input.The text reprompting the input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
source
Specifies what output is prompting the agent to reprompt the input.
- Parameters:
source
- Specifies what output is prompting the agent to reprompt the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
Specifies what output is prompting the agent to reprompt the input.
- Parameters:
source
- Specifies what output is prompting the agent to reprompt the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
text
The text reprompting the input.
- Parameters:
text
- The text reprompting the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-