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 statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.IntentClosingSetting

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

Syntax

C#
public class IntentClosingSetting

The IntentClosingSetting type exposes the following members

Constructors

NameDescription
Public Method IntentClosingSetting()

Properties

NameTypeDescription
Public Property Active System.Boolean

Gets and sets the property Active.

Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.

Public Property ClosingResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property ClosingResponse.

The response that Amazon Lex sends to the user when the intent is complete.

Public Property Conditional Amazon.LexModelsV2.Model.ConditionalSpecification

Gets and sets the property Conditional.

A list of conditional branches associated with the intent's closing response. These branches are executed when the nextStep attribute is set to EvalutateConditional.

Public Property NextStep Amazon.LexModelsV2.Model.DialogState

Gets and sets the property NextStep.

Specifies the next step that the bot executes after playing the intent's closing response.

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