Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
- 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
-
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition
Corresponds to the JSON property
accuracyDecomposition. -
#adherence_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Corresponds to the JSON property
adherenceDecomposition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
constructor
A new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition
Returns a new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsDecomposition.
20877 20878 20879 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20877 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition
Corresponds to the JSON property accuracyDecomposition
20870 20871 20872 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20870 def accuracy_decomposition @accuracy_decomposition end |
#adherence_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Corresponds to the JSON property adherenceDecomposition
20875 20876 20877 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20875 def adherence_decomposition @adherence_decomposition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20882 20883 20884 20885 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20882 def update!(**args) @accuracy_decomposition = args[:accuracy_decomposition] if args.key?(:accuracy_decomposition) @adherence_decomposition = args[:adherence_decomposition] if args.key?(:adherence_decomposition) end |