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.
Describes the next action that the bot should take in its interaction with the user
and provides information about the context in which the action takes place. Use the
DialogAction
data type to set the interaction to a specific state, or to return
the interaction to a previous state.
Namespace: Amazon.Lex.Model
Assembly: AWSSDK.Lex.dll
Version: 3.x.y.z
public class DialogAction
The DialogAction type exposes the following members
Name | Description | |
---|---|---|
DialogAction() |
Name | Type | Description | |
---|---|---|---|
FulfillmentState | Amazon.Lex.FulfillmentState |
Gets and sets the property FulfillmentState. The fulfillment state of the intent. The possible values are:
|
|
IntentName | System.String |
Gets and sets the property IntentName. The name of the intent. |
|
Message | System.String |
Gets and sets the property Message. The message that should be shown to the user. If you don't specify a message, Amazon Lex will use the message configured for the intent. |
|
MessageFormat | Amazon.Lex.MessageFormatType |
Gets and sets the property MessageFormat.
|
|
Slots | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Slots. Map of the slots that have been gathered and their values. |
|
SlotToElicit | System.String |
Gets and sets the property SlotToElicit. The name of the slot that should be elicited from the user. |
|
Type | Amazon.Lex.DialogActionType |
Gets and sets the property Type. The next action that the bot should take in its interaction with the user. The possible values are:
|
.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