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.
An object containing information about a specific utterance.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class UtteranceSpecification
The UtteranceSpecification type exposes the following members
Name | Description | |
---|---|---|
![]() |
UtteranceSpecification() |
Name | Type | Description | |
---|---|---|---|
![]() |
AssociatedIntentName | System.String |
Gets and sets the property AssociatedIntentName. The name of the intent that the utterance is associated to. |
![]() |
AssociatedSlotName | System.String |
Gets and sets the property AssociatedSlotName. The name of the slot that the utterance is associated to. |
![]() |
AudioVoiceDurationMillis | System.Int64 |
Gets and sets the property AudioVoiceDurationMillis. The duration in milliseconds of the audio associated with the utterance. |
![]() |
BotAliasId | System.String |
Gets and sets the property BotAliasId. The identifier of the alias of the bot that the utterance was made to. |
![]() |
BotResponseAudioVoiceId | System.String |
Gets and sets the property BotResponseAudioVoiceId. The identifier for the audio of the bot response. |
![]() |
BotResponses | System.Collections.Generic.List<Amazon.LexModelsV2.Model.UtteranceBotResponse> |
Gets and sets the property BotResponses. A list of objects containing information about the bot response to the utterance. |
![]() |
BotVersion | System.String |
Gets and sets the property BotVersion. The version of the bot that the utterance was made to. |
![]() |
Channel | System.String |
Gets and sets the property Channel. The channel that is integrated with the bot that the utterance was made to. |
![]() |
ConversationEndTime | System.DateTime |
Gets and sets the property ConversationEndTime.
The date and time when the conversation in which the utterance took place ended. A
conversation is defined as a unique combination of a |
![]() |
ConversationStartTime | System.DateTime |
Gets and sets the property ConversationStartTime.
The date and time when the conversation in which the utterance took place began. A
conversation is defined as a unique combination of a |
![]() |
DialogActionType | System.String |
Gets and sets the property DialogActionType.
The type of dialog action that the utterance is associated to. See the |
![]() |
InputType | System.String |
Gets and sets the property InputType. The input type of the utterance. The possible values are as follows:
|
![]() |
IntentState | Amazon.LexModelsV2.IntentState |
Gets and sets the property IntentState. The state of the intent that the utterance is associated to. |
![]() |
LocaleId | System.String |
Gets and sets the property LocaleId. The locale of the bot that the utterance was made to. |
![]() |
Mode | Amazon.LexModelsV2.AnalyticsModality |
Gets and sets the property Mode. The mode of the session. The possible values are as follows:
|
![]() |
OutputType | System.String |
Gets and sets the property OutputType. The output type of the utterance. The possible values are as follows:
|
![]() |
SessionId | System.String |
Gets and sets the property SessionId. The identifier of the session that the utterance was made in. |
![]() |
SlotsFilledInSession | System.String |
Gets and sets the property SlotsFilledInSession. The slots that have been filled in the session by the time of the utterance. |
![]() |
Utterance | System.String |
Gets and sets the property Utterance. The text of the utterance. |
![]() |
UtteranceRequestId | System.String |
Gets and sets the property UtteranceRequestId. The identifier of the request associated with the utterance. |
![]() |
UtteranceTimestamp | System.DateTime |
Gets and sets the property UtteranceTimestamp. The date and time when the utterance took place. |
![]() |
UtteranceUnderstood | System.Boolean |
Gets and sets the property UtteranceUnderstood. Specifies whether the bot understood the utterance or not. |
.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