Class: Aws::LexModelsV2::Types::TestSetGenerationDataSource

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

Overview

Contains information about the data source from which the test set is generated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_logs_data_sourceTypes::ConversationLogsDataSource

Contains information about the bot from which the conversation logs are sourced.



13680
13681
13682
13683
13684
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13680

class TestSetGenerationDataSource < Struct.new(
  :conversation_logs_data_source)
  SENSITIVE = []
  include Aws::Structure
end