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.
21231 21232 21233 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21231 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adherence_reasoning ⇒ String
Corresponds to the JSON property adherenceReasoning
21218 21219 21220 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21218 def adherence_reasoning @adherence_reasoning end |
#is_adherent ⇒ Boolean Also known as: is_adherent?
Corresponds to the JSON property isAdherent
21223 21224 21225 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21223 def is_adherent @is_adherent end |
#point ⇒ String
Corresponds to the JSON property point
21229 21230 21231 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21229 def point @point end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21236 21237 21238 21239 21240 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21236 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 |