Class: Aws::LexRuntimeV2::Types::DeleteSessionRequest

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 contains the session data.

Returns:

  • (String)


361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-lexruntimev2/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_idString

The identifier of the bot that contains the session data.

Returns:

  • (String)


361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-lexruntimev2/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_idString

The locale where the session is in use.

Returns:

  • (String)


361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-lexruntimev2/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_idString

The identifier of the session to delete.

Returns:

  • (String)


361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-lexruntimev2/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