| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.clone() |
PostDialogCodeHookInvocationSpecification |
DialogCodeHookInvocationSetting.getPostCodeHookSpecification()
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withFailureConditional(ConditionalSpecification failureConditional)
A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the
State field of the Intent object set to Failed. |
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. |
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withFailureResponse(ResponseSpecification failureResponse) |
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withSuccessConditional(ConditionalSpecification successConditional)
A list of conditional branches to evaluate after the dialog code hook finishes successfully.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withSuccessNextStep(DialogState successNextStep)
Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withSuccessResponse(ResponseSpecification successResponse) |
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withTimeoutConditional(ConditionalSpecification timeoutConditional)
A list of conditional branches to evaluate if the code hook times out.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withTimeoutNextStep(DialogState timeoutNextStep)
Specifies the next step that the bot runs when the code hook times out.
|
PostDialogCodeHookInvocationSpecification |
PostDialogCodeHookInvocationSpecification.withTimeoutResponse(ResponseSpecification timeoutResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
DialogCodeHookInvocationSetting.setPostCodeHookSpecification(PostDialogCodeHookInvocationSpecification postCodeHookSpecification)
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
|
DialogCodeHookInvocationSetting |
DialogCodeHookInvocationSetting.withPostCodeHookSpecification(PostDialogCodeHookInvocationSpecification postCodeHookSpecification)
Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
|
Copyright © 2023. All rights reserved.