Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
- 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
-
#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) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
constructor
A new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition
Returns a new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceDecomposition.
16300 16301 16302 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16300 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adherence_reasoning ⇒ String
Corresponds to the JSON property adherenceReasoning
16287 16288 16289 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16287 def adherence_reasoning @adherence_reasoning end |
#is_adherent ⇒ Boolean Also known as: is_adherent?
Corresponds to the JSON property isAdherent
16292 16293 16294 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16292 def is_adherent @is_adherent end |
#point ⇒ String
Corresponds to the JSON property point
16298 16299 16300 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16298 def point @point end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16305 16306 16307 16308 16309 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16305 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 |