Interface RepromptResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RepromptResponse.Builder,,RepromptResponse> SdkBuilder<RepromptResponse.Builder,,RepromptResponse> SdkPojo
- Enclosing class:
RepromptResponse
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
-