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.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LexRuntimeV2.AmazonLexRuntimeV2Request
      Amazon.LexRuntimeV2.Model.GetSessionRequest

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

Syntax

C#
public class GetSessionRequest : AmazonLexRuntimeV2Request
         IAmazonWebServiceRequest

The GetSessionRequest type exposes the following members

Constructors

NameDescription
Public Method GetSessionRequest()

Properties

NameTypeDescription
Public Property BotAliasId System.String

Gets and sets the property BotAliasId.

The alias identifier in use for the bot that contains the session data.

Public Property BotId System.String

Gets and sets the property BotId.

The identifier of the bot that contains the session data.

Public Property LocaleId System.String

Gets and sets the property LocaleId.

The locale where the session is in use.

Public Property SessionId System.String

Gets and sets the property SessionId.

The identifier of the session to return.

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