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.

Provides a setting that determines whether the post-fulfillment response is sent to the user. For more information, see https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.PostFulfillmentStatusSpecification

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

Syntax

C#
public class PostFulfillmentStatusSpecification

The PostFulfillmentStatusSpecification 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 fulfillment 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 fulfillment 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 fulfillment code hook finishes successfully.

Public Property SuccessNextStep Amazon.LexModelsV2.Model.DialogState

Gets and sets the property SuccessNextStep.

Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes 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 fulfillment 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 fulfillment 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