Class GoogleCloudDialogflowCxV3beta1ToolUse
Stores metadata of the invocation of an action supported by a tool.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolUse : IDirectResponseSchema
Properties
Action
Optional. Name of the action to be called during the tool use.
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 |
InputActionParameters
Optional. A list of input parameters for the action.
Declaration
[JsonProperty("inputActionParameters")]
public virtual IDictionary<string, object> InputActionParameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
OutputActionParameters
Optional. A list of output parameters generated by the action.
Declaration
[JsonProperty("outputActionParameters")]
public virtual IDictionary<string, object> OutputActionParameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Tool
Required. The tool that should be used. Format: projects//locations//agents//tools/
.
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Type | Description |
---|---|
string |