Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition
Corresponds to the JSON property
accuracyDecomposition. -
#adherence_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
Corresponds to the JSON property
adherenceDecomposition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
constructor
A new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition
Returns a new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsDecomposition.
16489 16490 16491 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16489 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accuracy_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAccuracyDecomposition
Corresponds to the JSON property accuracyDecomposition
16482 16483 16484 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16482 def accuracy_decomposition @accuracy_decomposition end |
#adherence_decomposition ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
Corresponds to the JSON property adherenceDecomposition
16487 16488 16489 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16487 def adherence_decomposition @adherence_decomposition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16494 16495 16496 16497 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16494 def update!(**args) @accuracy_decomposition = args[:accuracy_decomposition] if args.key?(:accuracy_decomposition) @adherence_decomposition = args[:adherence_decomposition] if args.key?(:adherence_decomposition) end |