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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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_idString

The bot alias Id from the conversation logs.

Returns:

  • (String)


3211
3212
3213
3214
3215
3216
3217
3218
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3211

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

#bot_idString

The bot Id from the conversation logs.

Returns:

  • (String)


3211
3212
3213
3214
3215
3216
3217
3218
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3211

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

#filterTypes::ConversationLogsDataSourceFilterBy

The filter for the data source of the conversation log.



3211
3212
3213
3214
3215
3216
3217
3218
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3211

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

#locale_idString

The locale Id of the conversation log.

Returns:

  • (String)


3211
3212
3213
3214
3215
3216
3217
3218
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3211

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