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