Class: Aws::LexModelsV2::Types::ConversationLogsDataSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

The data source that uses conversation logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ String

The bot alias Id from the conversation logs.

Returns:

  • (String)


3435
3436
3437
3438
3439
3440
3441
3442
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3435

class ConversationLogsDataSource < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#bot_id ⇒ String

The bot Id from the conversation logs.

Returns:

  • (String)


3435
3436
3437
3438
3439
3440
3441
3442
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3435

class ConversationLogsDataSource < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#filter ⇒ Types::ConversationLogsDataSourceFilterBy

The filter for the data source of the conversation log.



3435
3436
3437
3438
3439
3440
3441
3442
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3435

class ConversationLogsDataSource < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#locale_id ⇒ String

The locale Id of the conversation log.

Returns:

  • (String)


3435
3436
3437
3438
3439
3440
3441
3442
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3435

class ConversationLogsDataSource < Struct.new(
  :bot_id,
  :bot_alias_id,
  :locale_id,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end