Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Overview

The distinctive configs for dataset as the conversation source.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig

Returns a new instance of GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigDatasetInputDataConfig.



15942
15943
15944
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15942

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#datasetString

Required. The identifier of the dataset to be evaluated. Format: projects// locations//datasets/. Corresponds to the JSON property dataset

Returns:

  • (String)


15940
15941
15942
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15940

def dataset
  @dataset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15947
15948
15949
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15947

def update!(**args)
  @dataset = args[:dataset] if args.key?(:dataset)
end