Class GoogleCloudDialogflowCxV3beta1ToolFunctionTool
A Function tool describes the functions to be invoked on the client side.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolFunctionTool : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputSchema
Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the input of the function. This input is a JSON object that contains the function's parameters as properties of the object.
Declaration
[JsonProperty("inputSchema")]
public virtual IDictionary<string, object> InputSchema { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
OutputSchema
Optional. The JSON schema is encapsulated in a google.protobuf.Struct to describe the output of the function. This output is a JSON object that contains the function's parameters as properties of the object.
Declaration
[JsonProperty("outputSchema")]
public virtual IDictionary<string, object> OutputSchema { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |