Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ToolCall.
Represents a call of a specific tool's action with the specified inputs.
Generated from protobuf message google.cloud.dialogflow.cx.v3.ToolCall
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tool
string
Required. The tool
associated with this call. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>
.
↳ action
string
Required. The name of the tool's action associated with this call.
↳ input_parameters
getTool
Required. The tool
associated with
this call. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>
.
string
setTool
Required. The tool
associated with
this call. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>
.
var
string
$this
getAction
Required. The name of the tool's action associated with this call.
string
setAction
Required. The name of the tool's action associated with this call.
var
string
$this
getInputParameters
Optional. The action's input parameters.
hasInputParameters
clearInputParameters
setInputParameters
Optional. The action's input parameters.
$this

