You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lex::Types::DeleteSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_aliasString

The alias in use for the bot associated with the session data.

Returns:

  • (String)

    The alias in use for the bot associated with the session data.

#bot_nameString

The name of the bot associated with the session data.

Returns:

  • (String)

    The name of the bot associated with the session data.

#session_idString

The unique identifier for the session.

Returns:

  • (String)

    The unique identifier for the session.

#user_idString

The ID of the client application user.

Returns:

  • (String)

    The ID of the client application user.