Class: Google::Cloud::Ces::V1beta::EvaluationResult::ScenarioExpectationOutcome::ObservedToolCall

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 observed tool call and response.

Instance Attribute Summary collapse

Instance Attribute Details

#tool_call::Google::Cloud::Ces::V1beta::ToolCall (readonly)

Returns Output only. The observed tool call.

Returns:



730
731
732
733
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 730

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

#tool_response::Google::Cloud::Ces::V1beta::ToolResponse (readonly)

Returns Output only. The observed tool response.

Returns:



730
731
732
733
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 730

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