| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DialogState.Builder |
DialogState.builder() |
default DialogState.Builder |
DialogState.Builder.dialogAction(Consumer<DialogAction.Builder> dialogAction)
Sets the value of the DialogAction property for this object.
|
DialogState.Builder |
DialogState.Builder.dialogAction(DialogAction dialogAction)
Sets the value of the DialogAction property for this object.
|
default DialogState.Builder |
DialogState.Builder.intent(Consumer<IntentOverride.Builder> intent)
Sets the value of the Intent property for this object.
|
DialogState.Builder |
DialogState.Builder.intent(IntentOverride intent)
Sets the value of the Intent property for this object.
|
DialogState.Builder |
DialogState.Builder.sessionAttributes(Map<String,String> sessionAttributes)
Map of key/value pairs representing session-specific context information.
|
DialogState.Builder |
DialogState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DialogState.Builder> |
DialogState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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 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 IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep)
The next step to take in the conversation if the confirmation step fails.
|
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 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 DefaultConditionalBranch.Builder |
DefaultConditionalBranch.Builder.nextStep(Consumer<DialogState.Builder> nextStep)
The next step in the conversation.
|
default ConditionalBranch.Builder |
ConditionalBranch.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 InitialResponseSetting.Builder |
InitialResponseSetting.Builder.nextStep(Consumer<DialogState.Builder> nextStep)
The next step in the conversation.
|
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.successNextStep(Consumer<DialogState.Builder> successNextStep)
Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
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.
|
default PostDialogCodeHookInvocationSpecification.Builder |
PostDialogCodeHookInvocationSpecification.Builder.timeoutNextStep(Consumer<DialogState.Builder> timeoutNextStep)
Specifies the next step that the bot runs when the code hook times out.
|
Copyright © 2023. All rights reserved.