Class: Google::Cloud::Ces::V1beta::EvaluationResult::UserGoalSatisfactionResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/evaluation.rb

Overview

The result of a user goal satisfaction check for a conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#explanation::String (readonly)

Returns Output only. The explanation for the user task satisfaction score.

Returns:

  • (::String)

    Output only. The explanation for the user task satisfaction score.



902
903
904
905
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 902

class UserGoalSatisfactionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#label::String (readonly)

Returns Output only. The label associated with each score. Score 1: User Task Satisfied Score 0: User Task Not Satisfied Score -1: User Task Unspecified.

Returns:

  • (::String)

    Output only. The label associated with each score. Score 1: User Task Satisfied Score 0: User Task Not Satisfied Score -1: User Task Unspecified



902
903
904
905
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 902

class UserGoalSatisfactionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#score::Integer (readonly)

Returns Output only. The user task satisfaction score. Can be -1, 0, 1.

Returns:

  • (::Integer)

    Output only. The user task satisfaction score. Can be -1, 0, 1.



902
903
904
905
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 902

class UserGoalSatisfactionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end