default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureResponse(Consumer<ResponseSpecification.Builder> captureResponse) |
Sets the value of the CaptureResponse property for this object.
|
default IntentClosingSetting.Builder |
IntentClosingSetting.Builder.closingResponse(Consumer<ResponseSpecification.Builder> closingResponse) |
The response that Amazon Lex sends to the user when the intent is complete.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationResponse(Consumer<ResponseSpecification.Builder> confirmationResponse) |
Sets the value of the ConfirmationResponse property for this object.
|
default WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.continueResponse(Consumer<ResponseSpecification.Builder> continueResponse) |
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationResponse(Consumer<ResponseSpecification.Builder> declinationResponse) |
When the user answers "no" to the question defined in promptSpecification, Amazon Lex responds
with this response to acknowledge that the intent was canceled.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureResponse(Consumer<ResponseSpecification.Builder> failureResponse) |
Sets the value of the FailureResponse property for this object.
|
default PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.failureResponse(Consumer<ResponseSpecification.Builder> failureResponse) |
Sets the value of the FailureResponse property for this object.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureResponse(Consumer<ResponseSpecification.Builder> failureResponse) |
Sets the value of the FailureResponse property for this object.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureResponse(Consumer<ResponseSpecification.Builder> failureResponse) |
Sets the value of the FailureResponse property for this object.
|
default InitialResponseSetting.Builder |
InitialResponseSetting.Builder.initialResponse(Consumer<ResponseSpecification.Builder> initialResponse) |
Sets the value of the InitialResponse property for this object.
|
default ConditionalBranch.Builder |
ConditionalBranch.Builder.response(Consumer<ResponseSpecification.Builder> response) |
Sets the value of the Response property for this object.
|
default DefaultConditionalBranch.Builder |
DefaultConditionalBranch.Builder.response(Consumer<ResponseSpecification.Builder> response) |
Sets the value of the Response property for this object.
|
default PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.successResponse(Consumer<ResponseSpecification.Builder> successResponse) |
Sets the value of the SuccessResponse property for this object.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successResponse(Consumer<ResponseSpecification.Builder> successResponse) |
Sets the value of the SuccessResponse property for this object.
|
default PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.timeoutResponse(Consumer<ResponseSpecification.Builder> timeoutResponse) |
Sets the value of the TimeoutResponse property for this object.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutResponse(Consumer<ResponseSpecification.Builder> timeoutResponse) |
Sets the value of the TimeoutResponse property for this object.
|
default WaitAndContinueSpecification.Builder |
WaitAndContinueSpecification.Builder.waitingResponse(Consumer<ResponseSpecification.Builder> waitingResponse) |
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|