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
Overview
Decomposition details
Instance Attribute Summary collapse
-
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition
Decomposition details for accuracy.
-
#adherence_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Decomposition details for adherence.
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.
22994 22995 22996 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22994 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAccuracyDecomposition
Decomposition details for accuracy.
Corresponds to the JSON property accuracyDecomposition
22987 22988 22989 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22987 def accuracy_decomposition @accuracy_decomposition end |
#adherence_decomposition ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Decomposition details for adherence.
Corresponds to the JSON property adherenceDecomposition
22992 22993 22994 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22992 def adherence_decomposition @adherence_decomposition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22999 23000 23001 23002 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22999 def update!(**args) @accuracy_decomposition = args[:accuracy_decomposition] if args.key?(:accuracy_decomposition) @adherence_decomposition = args[:adherence_decomposition] if args.key?(:adherence_decomposition) end |