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.
16249 16250 16251 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16249 def initialize(**args) update!(**args) end |
Instance Attribute Details
#adherence_reasoning ⇒ String
Corresponds to the JSON property adherenceReasoning
16236 16237 16238 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16236 def adherence_reasoning @adherence_reasoning end |
#is_adherent ⇒ Boolean Also known as: is_adherent?
Corresponds to the JSON property isAdherent
16241 16242 16243 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16241 def is_adherent @is_adherent end |
#point ⇒ String
Corresponds to the JSON property point
16247 16248 16249 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16247 def point @point end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16254 16255 16256 16257 16258 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16254 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 |