AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Specifies next steps to run after the dialog code hook finishes.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class PostDialogCodeHookInvocationSpecification
The PostDialogCodeHookInvocationSpecification type exposes the following members
Name | Description | |
---|---|---|
![]() |
PostDialogCodeHookInvocationSpecification() |
Name | Type | Description | |
---|---|---|---|
![]() |
FailureConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property FailureConditional.
A list of conditional branches to evaluate after the dialog code hook throws an exception
or returns with the |
![]() |
FailureNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property FailureNextStep.
Specifies the next step the bot runs after the dialog code hook throws an exception
or returns with the |
![]() |
FailureResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property FailureResponse. |
![]() |
SuccessConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property SuccessConditional. A list of conditional branches to evaluate after the dialog code hook finishes successfully. |
![]() |
SuccessNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property SuccessNextStep. Specifics the next step the bot runs after the dialog code hook finishes successfully. |
![]() |
SuccessResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property SuccessResponse. |
![]() |
TimeoutConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property TimeoutConditional. A list of conditional branches to evaluate if the code hook times out. |
![]() |
TimeoutNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property TimeoutNextStep. Specifies the next step that the bot runs when the code hook times out. |
![]() |
TimeoutResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property TimeoutResponse. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5