class Aws::LexRuntimeV2::Types::DeleteSessionRequest
@note When making an API call, you may pass DeleteSessionRequest
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 delete. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/runtime.lex.v2-2020-08-07/DeleteSessionRequest AWS API Documentation
Constants
- SENSITIVE