Class GoogleCloudDialogflowV2ToolFunctionTool
Inheritance
GoogleCloudDialogflowV2ToolFunctionTool
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolFunctionTool : 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("methodType")]
public virtual string MethodType { get; set; }
Property Value
Declaration
[JsonProperty("outputSchema")]
public virtual IDictionary<string, object> OutputSchema { get; set; }
Property Value
Implements