Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb

Overview

The distinctive configs for dataset as the conversation source.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Required. The identifier of the dataset to be evaluated. Format: projects/<ProjectId>/locations/<LocationID>/datasets/<DatasetID>.

Returns:

  • (::String)

    Required. The identifier of the dataset to be evaluated. Format: projects/<ProjectId>/locations/<LocationID>/datasets/<DatasetID>.



417
418
419
420
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 417

class DatasetInputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end