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.
Container for the parameters to the GetSession operation. Returns session information for a specified bot, alias, and user.
For example, you can use this operation to retrieve session information for a user that has left a long-running session in use.
If the bot, alias, or session identifier doesn't exist, Amazon Lex V2 returns a BadRequestException
.
If the locale doesn't exist or is not enabled for the alias, you receive a BadRequestException
.
Namespace: Amazon.LexRuntimeV2.Model
Assembly: AWSSDK.LexRuntimeV2.dll
Version: 3.x.y.z
public class GetSessionRequest : AmazonLexRuntimeV2Request IAmazonWebServiceRequest
The GetSessionRequest type exposes the following members
Name | Description | |
---|---|---|
GetSessionRequest() |
Name | Type | Description | |
---|---|---|---|
BotAliasId | System.String |
Gets and sets the property BotAliasId. The alias identifier in use for the bot that contains the session data. |
|
BotId | System.String |
Gets and sets the property BotId. The identifier of the bot that contains the session data. |
|
LocaleId | System.String |
Gets and sets the property LocaleId. The locale where the session is in use. |
|
SessionId | System.String |
Gets and sets the property SessionId. The identifier of the session to return. |
.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