class Aws::Lex::Types::DeleteSessionRequest

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

data as a hash:

    {
      bot_name: "BotName", # required
      bot_alias: "BotAlias", # required
      user_id: "UserId", # required
    }

@!attribute [rw] bot_name

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

@!attribute [rw] bot_alias

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

@!attribute [rw] user_id

The identifier of the user associated with the session data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/runtime.lex-2016-11-28/DeleteSessionRequest AWS API Documentation

Constants

SENSITIVE