Class: Aws::Lex::Types::DeleteSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::DeleteSessionRequest
- 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 that contains the session data.
-
#bot_name ⇒ String
The name of the bot that contains the session data.
-
#user_id ⇒ String
The identifier of the user associated with the session data.
Instance Attribute Details
#bot_alias ⇒ String
The alias in use for the bot that contains the session data.
145 146 147 148 149 150 151 |
# File 'lib/aws-sdk-lex/types.rb', line 145 class DeleteSessionRequest < Struct.new( :bot_name, :bot_alias, :user_id) SENSITIVE = [] include Aws::Structure end |
#bot_name ⇒ String
The name of the bot that contains the session data.
145 146 147 148 149 150 151 |
# File 'lib/aws-sdk-lex/types.rb', line 145 class DeleteSessionRequest < Struct.new( :bot_name, :bot_alias, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user associated with the session data.
145 146 147 148 149 150 151 |
# File 'lib/aws-sdk-lex/types.rb', line 145 class DeleteSessionRequest < Struct.new( :bot_name, :bot_alias, :user_id) SENSITIVE = [] include Aws::Structure end |