Class: Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics::AdherenceDecomposition Deprecated

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#adherence_reasoning::String (readonly)

Returns Output only. The adherence reasoning of the breakdown point.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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