Class GoogleCloudDialogflowV2ToolFunctionTool
A Function tool describes the functions to be invoked on the client side.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ToolFunctionTool : 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> |
MethodType
Optional. The method type of the function. If not specified, the default value is GET.
Declaration
[JsonProperty("methodType")]
public virtual string MethodType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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> |