Class: Google::Cloud::Ces::V1beta::EvaluationResult::ScenarioExpectationOutcome::ObservedToolCall
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EvaluationResult::ScenarioExpectationOutcome::ObservedToolCall
- 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
-
#tool_call ⇒ ::Google::Cloud::Ces::V1beta::ToolCall
readonly
Output only.
-
#tool_response ⇒ ::Google::Cloud::Ces::V1beta::ToolResponse
readonly
Output only.
Instance Attribute Details
#tool_call ⇒ ::Google::Cloud::Ces::V1beta::ToolCall (readonly)
Returns Output only. The observed tool call.
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.
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 |