Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
- 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
-
#adherence_reasoning ⇒ String
Corresponds to the JSON property
adherenceReasoning. -
#is_adherent ⇒ Boolean
(also: #is_adherent?)
Corresponds to the JSON property
isAdherent. -
#point ⇒ String
Corresponds to the JSON property
point.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
constructor
A new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition
Returns a new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsAdherenceDecomposition.
20762 20763 20764 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20762 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adherence_reasoning ⇒ String
Corresponds to the JSON property adherenceReasoning
20749 20750 20751 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20749 def adherence_reasoning @adherence_reasoning end |
#is_adherent ⇒ Boolean Also known as: is_adherent?
Corresponds to the JSON property isAdherent
20754 20755 20756 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20754 def is_adherent @is_adherent end |
#point ⇒ String
Corresponds to the JSON property point
20760 20761 20762 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20760 def point @point end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20767 20768 20769 20770 20771 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 20767 def update!(**args) @adherence_reasoning = args[:adherence_reasoning] if args.key?(:adherence_reasoning) @is_adherent = args[:is_adherent] if args.key?(:is_adherent) @point = args[:point] if args.key?(:point) end |