Class: Aws::LexRuntimeV2::Types::DeleteSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::DeleteSessionResponse
- Defined in:
- gems/aws-sdk-lexruntimev2/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 contained the session data.
-
#bot_id ⇒ String
The identifier of the bot that contained the session data.
-
#locale_id ⇒ String
The locale where the session was used.
-
#session_id ⇒ String
The identifier of the deleted session.
Instance Attribute Details
#bot_alias_id ⇒ String
The alias identifier in use for the bot that contained the session data.
389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 389 class DeleteSessionResponse < 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 contained the session data.
389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 389 class DeleteSessionResponse < Struct.new( :bot_id, :bot_alias_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale where the session was used.
389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 389 class DeleteSessionResponse < Struct.new( :bot_id, :bot_alias_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the deleted session.
389 390 391 392 393 394 395 396 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 389 class DeleteSessionResponse < Struct.new( :bot_id, :bot_alias_id, :locale_id, :session_id) SENSITIVE = [] include Aws::Structure end |