Class: Google::Cloud::Ces::V1beta::EvaluationResult::TaskCompletionResult

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 the task completion check for the conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#explanation::String (readonly)

Returns Output only. The explanation for the task completion score.

Returns:

  • (::String)

    Output only. The explanation for the task completion score.



965
966
967
968
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 965

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

#label::String (readonly)

Returns Output only. The label associated with each score. Score 1: Task Completed Score 0: Task Not Completed Score -1: User Goal Undefined.

Returns:

  • (::String)

    Output only. The label associated with each score. Score 1: Task Completed Score 0: Task Not Completed Score -1: User Goal Undefined



965
966
967
968
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 965

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

#score::Integer (readonly)

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

Returns:

  • (::Integer)

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



965
966
967
968
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 965

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