Class GoogleCloudDialogflowCxV3beta1ToolCall
Represents a call of a specific tool's action with the specified inputs.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolCall : IDirectResponseSchema
Properties
Action
Required. The name of the tool's action associated with this call.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputParameters
Optional. The action's input parameters.
Declaration
[JsonProperty("inputParameters")]
public virtual IDictionary<string, object> InputParameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Tool
Required. The tool associated with this call. Format: projects//locations//agents//tools/
.
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Type | Description |
---|---|
string |