Class: Aws::Lex::Types::DeleteSessionResponse

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

Returns:

  • (String)


171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 171

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

#bot_nameString

The name of the bot associated with the session data.

Returns:

  • (String)


171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 171

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

#session_idString

The unique identifier for the session.

Returns:

  • (String)


171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 171

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

#user_idString

The ID of the client application user.

Returns:

  • (String)


171
172
173
174
175
176
177
178
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 171

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