Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig
- 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
Instance Attribute Summary collapse
-
#input_data_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig
Corresponds to the JSON property
inputDataConfig. -
#output_gcs_bucket_path ⇒ String
Corresponds to the JSON property
outputGcsBucketPath. -
#summarization_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig
Corresponds to the JSON property
summarizationConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig
constructor
A new instance of GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig
Returns a new instance of GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig.
14058 14059 14060 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14058 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_data_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig
Corresponds to the JSON property inputDataConfig
14046 14047 14048 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14046 def input_data_config @input_data_config end |
#output_gcs_bucket_path ⇒ String
Corresponds to the JSON property outputGcsBucketPath
14051 14052 14053 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14051 def output_gcs_bucket_path @output_gcs_bucket_path end |
#summarization_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig
Corresponds to the JSON property summarizationConfig
14056 14057 14058 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14056 def summarization_config @summarization_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14063 14064 14065 14066 14067 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14063 def update!(**args) @input_data_config = args[:input_data_config] if args.key?(:input_data_config) @output_gcs_bucket_path = args[:output_gcs_bucket_path] if args.key?(:output_gcs_bucket_path) @summarization_config = args[:summarization_config] if args.key?(:summarization_config) end |