Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3ToolFunctionTool

A Function tool describes the functions to be invoked on the client side.

Inheritance
object
GoogleCloudDialogflowCxV3ToolFunctionTool
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ToolFunctionTool : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX