Class: Aws::LexRuntimeV2::Types::DeleteSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::DeleteSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexruntimev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ String
The alias identifier in use for the bot that contains the session data.
-
#bot_id ⇒ String
The identifier of the bot that contains the session data.
-
#locale_id ⇒ String
The locale where the session is in use.
-
#session_id ⇒ String
The identifier of the session to delete.
Instance Attribute Details
#bot_alias_id ⇒ String
The alias identifier in use for the bot that contains the session data.
361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 361 class DeleteSessionRequest < Struct.new( :bot_id, :bot_alias_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#bot_id ⇒ String
The identifier of the bot that contains the session data.
361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 361 class DeleteSessionRequest < Struct.new( :bot_id, :bot_alias_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale where the session is in use.
361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 361 class DeleteSessionRequest < Struct.new( :bot_id, :bot_alias_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session to delete.
361 362 363 364 365 366 367 368 |
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 361 class DeleteSessionRequest < Struct.new( :bot_id, :bot_alias_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |