class Aws::LexRuntimeV2::Types::GetSessionRequest

@note When making an API call, you may pass GetSessionRequest

data as a hash:

    {
      bot_id: "BotIdentifier", # required
      bot_alias_id: "BotAliasIdentifier", # required
      locale_id: "LocaleId", # required
      session_id: "SessionId", # required
    }

@!attribute [rw] bot_id

The identifier of the bot that contains the session data.
@return [String]

@!attribute [rw] bot_alias_id

The alias identifier in use for the bot that contains the session
data.
@return [String]

@!attribute [rw] locale_id

The locale where the session is in use.
@return [String]

@!attribute [rw] session_id

The identifier of the session to return.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/GetSessionRequest AWS API Documentation

Constants

SENSITIVE