Class: Aws::Lex::Types::DeleteSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_aliasString

The alias in use for the bot that contains the session data.

Returns:

  • (String)


145
146
147
148
149
150
151
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 145

class DeleteSessionRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_nameString

The name of the bot that contains the session data.

Returns:

  • (String)


145
146
147
148
149
150
151
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 145

class DeleteSessionRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The identifier of the user associated with the session data.

Returns:

  • (String)


145
146
147
148
149
150
151
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 145

class DeleteSessionRequest < Struct.new(
  :bot_name,
  :bot_alias,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end