Class: Aws::Lex::Types::DeleteSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::DeleteSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lex/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias ⇒ String
The alias in use for the bot associated with the session data.
-
#bot_name ⇒ String
The name of the bot associated with the session data.
-
#session_id ⇒ String
The unique identifier for the session.
-
#user_id ⇒ String
The ID of the client application user.
Instance Attribute Details
#bot_alias ⇒ String
The alias in use for the bot associated with the session data.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-lex/types.rb', line 171 class DeleteSessionResponse < Struct.new( :bot_name, :bot_alias, :user_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#bot_name ⇒ String
The name of the bot associated with the session data.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-lex/types.rb', line 171 class DeleteSessionResponse < Struct.new( :bot_name, :bot_alias, :user_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier for the session.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-lex/types.rb', line 171 class DeleteSessionResponse < Struct.new( :bot_name, :bot_alias, :user_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The ID of the client application user.
171 172 173 174 175 176 177 178 |
# File 'lib/aws-sdk-lex/types.rb', line 171 class DeleteSessionResponse < Struct.new( :bot_name, :bot_alias, :user_id, :session_id) SENSITIVE = [] include Aws::Structure end |