Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AdherenceDecomposition Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AdherenceDecomposition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Decomposition details for adherence.
Instance Attribute Summary collapse
-
#adherence_reasoning ⇒ ::String
readonly
Output only.
-
#is_adherent ⇒ ::Boolean
readonly
Output only.
-
#point ⇒ ::String
readonly
Output only.
Instance Attribute Details
#adherence_reasoning ⇒ ::String (readonly)
Returns Output only. The adherence reasoning of the breakdown point.
190 191 192 193 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 190 class AdherenceDecomposition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_adherent ⇒ ::Boolean (readonly)
Returns Output only. Whether the breakdown point is adherent or not.
190 191 192 193 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 190 class AdherenceDecomposition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#point ⇒ ::String (readonly)
Returns Output only. The breakdown point of the given instructions.
190 191 192 193 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 190 class AdherenceDecomposition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |