Class: Google::Cloud::Ces::V1::ToolResponses
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::ToolResponses
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/session_service.rb
Overview
Execution results for the requested tool calls from the client.
Instance Attribute Summary collapse
Instance Attribute Details
#tool_responses ⇒ ::Array<::Google::Cloud::Ces::V1::ToolResponse>
Returns Optional. The list of tool execution results.
161 162 163 164 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 161 class ToolResponses include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |