SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.captureNextStep(DialogState captureNextStep) |
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationNextStep(DialogState confirmationNextStep) |
Specifies the next step that the bot executes when the customer confirms the intent.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationNextStep(DialogState declinationNextStep) |
Specifies the next step that the bot executes when the customer declines the intent.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureNextStep(DialogState failureNextStep) |
The next step to take in the conversation if the confirmation step fails.
|
PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.failureNextStep(DialogState 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.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.failureNextStep(DialogState 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.
|
SlotCaptureSetting.Builder |
SlotCaptureSetting.Builder.failureNextStep(DialogState failureNextStep) |
Specifies the next step that the bot runs when the slot value code is not recognized.
|
ConditionalBranch.Builder |
ConditionalBranch.Builder.nextStep(DialogState nextStep) |
The next step in the conversation.
|
DefaultConditionalBranch.Builder |
DefaultConditionalBranch.Builder.nextStep(DialogState nextStep) |
The next step in the conversation.
|
InitialResponseSetting.Builder |
InitialResponseSetting.Builder.nextStep(DialogState nextStep) |
The next step in the conversation.
|
IntentClosingSetting.Builder |
IntentClosingSetting.Builder.nextStep(DialogState nextStep) |
Specifies the next step that the bot executes after playing the intent's closing response.
|
PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.successNextStep(DialogState successNextStep) |
Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.successNextStep(DialogState successNextStep) |
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes
successfully.
|
PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.timeoutNextStep(DialogState timeoutNextStep) |
Specifies the next step that the bot runs when the code hook times out.
|
PostFulfillmentStatusSpecification.Builder |
PostFulfillmentStatusSpecification.Builder.timeoutNextStep(DialogState timeoutNextStep) |
Specifies the next step that the bot runs when the fulfillment code hook times out.
|