Reference documentation and code samples for the Google Cloud Ces V1 Client class ToolCalls.
Request for the client to execute the tools and return the execution results before continuing the session.
Generated from protobuf message google.cloud.ces.v1.ToolCalls
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tool_calls |
array<ToolCall>
Optional. The list of tool calls to execute. |
getToolCalls
Optional. The list of tool calls to execute.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setToolCalls
Optional. The list of tool calls to execute.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ToolCall>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|