default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureNextStep(Consumer<DialogState.Builder> captureNextStep) |
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationNextStep(Consumer<DialogState.Builder> confirmationNextStep) |
Specifies the next step that the bot executes when the customer confirms the intent.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationNextStep(Consumer<DialogState.Builder> declinationNextStep) |
Specifies the next step that the bot executes when the customer declines the intent.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep) |
The next step to take in the conversation if the confirmation step fails.
|
default PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep) |
Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the
State field of the Intent object set to Failed.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep) |
Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the
State field of the Intent object set to Failed.
|
default SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep) |
Specifies the next step that the bot runs when the slot value code is not recognized.
|
default ConditionalBranch.Builder |
ConditionalBranch.Builder.nextStep(Consumer<DialogState.Builder> nextStep) |
The next step in the conversation.
|
default DefaultConditionalBranch.Builder |
DefaultConditionalBranch.Builder.nextStep(Consumer<DialogState.Builder> nextStep) |
The next step in the conversation.
|
default InitialResponseSetting.Builder |
InitialResponseSetting.Builder.nextStep(Consumer<DialogState.Builder> nextStep) |
The next step in the conversation.
|
default IntentClosingSetting.Builder |
IntentClosingSetting.Builder.nextStep(Consumer<DialogState.Builder> nextStep) |
Specifies the next step that the bot executes after playing the intent's closing response.
|
default PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.successNextStep(Consumer<DialogState.Builder> successNextStep) |
Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successNextStep(Consumer<DialogState.Builder> successNextStep) |
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes
successfully.
|
default PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.timeoutNextStep(Consumer<DialogState.Builder> timeoutNextStep) |
Specifies the next step that the bot runs when the code hook times out.
|
default PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutNextStep(Consumer<DialogState.Builder> timeoutNextStep) |
Specifies the next step that the bot runs when the fulfillment code hook times out.
|