| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DialogState |
DialogState.addSessionAttributesEntry(String key,
String value)
Add a single SessionAttributes entry
|
DialogState |
DialogState.clearSessionAttributesEntries()
Removes all the entries added into SessionAttributes.
|
DialogState |
DialogState.clone() |
DialogState |
SlotCaptureSetting.getCaptureNextStep()
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
DialogState |
IntentConfirmationSetting.getConfirmationNextStep()
Specifies the next step that the bot executes when the customer confirms the intent.
|
DialogState |
IntentConfirmationSetting.getDeclinationNextStep()
Specifies the next step that the bot executes when the customer declines the intent.
|
DialogState |
PostFulfillmentStatusSpecification.getFailureNextStep()
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.getFailureNextStep()
The next step to take in the conversation if the confirmation step fails.
|
DialogState |
PostDialogCodeHookInvocationSpecification.getFailureNextStep()
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 |
SlotCaptureSetting.getFailureNextStep()
Specifies the next step that the bot runs when the slot value code is not recognized.
|
DialogState |
InitialResponseSetting.getNextStep()
The next step in the conversation.
|
DialogState |
IntentClosingSetting.getNextStep()
Specifies the next step that the bot executes after playing the intent's closing response.
|
DialogState |
DefaultConditionalBranch.getNextStep()
The next step in the conversation.
|
DialogState |
ConditionalBranch.getNextStep()
The next step in the conversation.
|
DialogState |
PostFulfillmentStatusSpecification.getSuccessNextStep()
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes
successfully.
|
DialogState |
PostDialogCodeHookInvocationSpecification.getSuccessNextStep()
Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
DialogState |
PostFulfillmentStatusSpecification.getTimeoutNextStep()
Specifies the next step that the bot runs when the fulfillment code hook times out.
|
DialogState |
PostDialogCodeHookInvocationSpecification.getTimeoutNextStep()
Specifies the next step that the bot runs when the code hook times out.
|
DialogState |
DialogState.withDialogAction(DialogAction dialogAction) |
DialogState |
DialogState.withIntent(IntentOverride intent) |
DialogState |
DialogState.withSessionAttributes(Map<String,String> sessionAttributes)
Map of key/value pairs representing session-specific context information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotCaptureSetting.setCaptureNextStep(DialogState captureNextStep)
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
void |
IntentConfirmationSetting.setConfirmationNextStep(DialogState confirmationNextStep)
Specifies the next step that the bot executes when the customer confirms the intent.
|
void |
IntentConfirmationSetting.setDeclinationNextStep(DialogState declinationNextStep)
Specifies the next step that the bot executes when the customer declines the intent.
|
void |
PostFulfillmentStatusSpecification.setFailureNextStep(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. |
void |
IntentConfirmationSetting.setFailureNextStep(DialogState failureNextStep)
The next step to take in the conversation if the confirmation step fails.
|
void |
PostDialogCodeHookInvocationSpecification.setFailureNextStep(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. |
void |
SlotCaptureSetting.setFailureNextStep(DialogState failureNextStep)
Specifies the next step that the bot runs when the slot value code is not recognized.
|
void |
InitialResponseSetting.setNextStep(DialogState nextStep)
The next step in the conversation.
|
void |
IntentClosingSetting.setNextStep(DialogState nextStep)
Specifies the next step that the bot executes after playing the intent's closing response.
|
void |
DefaultConditionalBranch.setNextStep(DialogState nextStep)
The next step in the conversation.
|
void |
ConditionalBranch.setNextStep(DialogState nextStep)
The next step in the conversation.
|
void |
PostFulfillmentStatusSpecification.setSuccessNextStep(DialogState successNextStep)
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes
successfully.
|
void |
PostDialogCodeHookInvocationSpecification.setSuccessNextStep(DialogState successNextStep)
Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
void |
PostFulfillmentStatusSpecification.setTimeoutNextStep(DialogState timeoutNextStep)
Specifies the next step that the bot runs when the fulfillment code hook times out.
|
void |
PostDialogCodeHookInvocationSpecification.setTimeoutNextStep(DialogState timeoutNextStep)
Specifies the next step that the bot runs when the code hook times out.
|
SlotCaptureSetting |
SlotCaptureSetting.withCaptureNextStep(DialogState captureNextStep)
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withConfirmationNextStep(DialogState confirmationNextStep)
Specifies the next step that the bot executes when the customer confirms the intent.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withDeclinationNextStep(DialogState declinationNextStep)
Specifies the next step that the bot executes when the customer declines the intent.
|
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withFailureNextStep(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 |
IntentConfirmationSetting.withFailureNextStep(DialogState failureNextStep)
The next step to take in the conversation if the confirmation step fails.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withFailureNextStep(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. |
SlotCaptureSetting |
SlotCaptureSetting.withFailureNextStep(DialogState failureNextStep)
Specifies the next step that the bot runs when the slot value code is not recognized.
|
InitialResponseSetting |
InitialResponseSetting.withNextStep(DialogState nextStep)
The next step in the conversation.
|
IntentClosingSetting |
IntentClosingSetting.withNextStep(DialogState nextStep)
Specifies the next step that the bot executes after playing the intent's closing response.
|
DefaultConditionalBranch |
DefaultConditionalBranch.withNextStep(DialogState nextStep)
The next step in the conversation.
|
ConditionalBranch |
ConditionalBranch.withNextStep(DialogState nextStep)
The next step in the conversation.
|
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withSuccessNextStep(DialogState successNextStep)
Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes
successfully.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withSuccessNextStep(DialogState successNextStep)
Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
PostFulfillmentStatusSpecification |
PostFulfillmentStatusSpecification.withTimeoutNextStep(DialogState timeoutNextStep)
Specifies the next step that the bot runs when the fulfillment code hook times out.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withTimeoutNextStep(DialogState timeoutNextStep)
Specifies the next step that the bot runs when the code hook times out.
|
Copyright © 2025. All rights reserved.