Class GoogleCloudDialogflowCxV3ToolFunctionTool
Inheritance
GoogleCloudDialogflowCxV3ToolFunctionTool
Assembly: Google.Apis.Dialogflow.v3.dll
public class GoogleCloudDialogflowCxV3ToolFunctionTool : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("inputSchema")]
public virtual IDictionary<string, object> InputSchema { get; set; }
Property Value
Declaration
[JsonProperty("outputSchema")]
public virtual IDictionary<string, object> OutputSchema { get; set; }
Property Value
Implements