AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.PostDialogCodeHookInvocationSpecification

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class PostDialogCodeHookInvocationSpecification

The PostDialogCodeHookInvocationSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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 State field of the Intent object set to Failed.

Public Property 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 State field of the Intent object set to Failed.

Public Property FailureResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property FailureResponse.

Public Property 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.

Public Property 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.

Public Property SuccessResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property SuccessResponse.

Public Property TimeoutConditional Amazon.LexModelsV2.Model.ConditionalSpecification

Gets and sets the property TimeoutConditional.

A list of conditional branches to evaluate if the code hook times out.

Public Property 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.

Public Property TimeoutResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property TimeoutResponse.

Version Information

.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