Class: Aws::LexRuntimeV2::Types::DeleteSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_idString

The alias identifier in use for the bot that contained the session data.

Returns:

  • (String)


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_idString

The identifier of the bot that contained the session data.

Returns:

  • (String)


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_idString

The locale where the session was used.

Returns:

  • (String)


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_idString

The identifier of the deleted session.

Returns:

  • (String)


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