Class: Aws::Lex::Types::DeleteSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::DeleteSessionResponse
- Defined in:
- gems/aws-sdk-lex/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.
202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 202 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.
202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 202 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.
202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 202 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.
202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 202 class DeleteSessionResponse < Struct.new( :bot_name, :bot_alias, :user_id, :session_id) SENSITIVE = [] include Aws::Structure end |