Class: Aws::Lex::Types::GetSessionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-lex/types.rb', line 349

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

#bot_nameString

The name of the bot that contains the session data.

Returns:

  • (String)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-lex/types.rb', line 349

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

#checkpoint_label_filterString

A string used to filter the intents returned in the ‘recentIntentSummaryView` structure.

When you specify a filter, only intents with their ‘checkpointLabel` field set to that string are returned.

Returns:

  • (String)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-lex/types.rb', line 349

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

#user_idString

The ID of the client application user. Amazon Lex uses this to identify a user’s conversation with your bot.

Returns:

  • (String)


349
350
351
352
353
354
355
356
# File 'lib/aws-sdk-lex/types.rb', line 349

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