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 session.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class SessionSpecification
The SessionSpecification type exposes the following members
Name | Description | |
---|---|---|
![]() |
SessionSpecification() |
Name | Type | Description | |
---|---|---|---|
![]() |
BotAliasId | System.String |
Gets and sets the property BotAliasId. The identifier of the alias of the bot that the session was held with. |
![]() |
BotVersion | System.String |
Gets and sets the property BotVersion. The version of the bot that the session was held with. |
![]() |
Channel | System.String |
Gets and sets the property Channel. The channel that is integrated with the bot that the session was held with. |
![]() |
ConversationDurationSeconds | System.Int64 |
Gets and sets the property ConversationDurationSeconds.
The duration of the conversation in seconds. A conversation is defined as a unique
combination of a |
![]() |
ConversationEndState | Amazon.LexModelsV2.ConversationEndState |
Gets and sets the property ConversationEndState.
The final state of the conversation. A conversation is defined as a unique combination
of a |
![]() |
ConversationEndTime | System.DateTime |
Gets and sets the property ConversationEndTime.
The date and time when the conversation 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 began. A conversation is defined as a unique
combination of a |
![]() |
InvokedIntentSamples | System.Collections.Generic.List<Amazon.LexModelsV2.Model.InvokedIntentSample> |
Gets and sets the property InvokedIntentSamples. A list of objects containing the name of an intent that was invoked. |
![]() |
LocaleId | System.String |
Gets and sets the property LocaleId. The locale of the bot that the session was held with. |
![]() |
Mode | Amazon.LexModelsV2.AnalyticsModality |
Gets and sets the property Mode. The mode of the session. The possible values are as follows:
|
![]() |
NumberOfTurns | System.Int64 |
Gets and sets the property NumberOfTurns. The number of turns that the session took. |
![]() |
OriginatingRequestId | System.String |
Gets and sets the property OriginatingRequestId. The identifier of the first request in a session. |
![]() |
SessionId | System.String |
Gets and sets the property SessionId. The identifier of the session. |
.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