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.
16286 16287 16288 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16286 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adherence_reasoning ⇒ String
Corresponds to the JSON property adherenceReasoning
16273 16274 16275 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16273 def adherence_reasoning @adherence_reasoning end |
#is_adherent ⇒ Boolean Also known as: is_adherent?
Corresponds to the JSON property isAdherent
16278 16279 16280 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16278 def is_adherent @is_adherent end |
#point ⇒ String
Corresponds to the JSON property point
16284 16285 16286 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16284 def point @point end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16291 16292 16293 16294 16295 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16291 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 |