Class GoogleCloudDialogflowCxV3beta1ToolCall
Inheritance
GoogleCloudDialogflowCxV3beta1ToolCall
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3beta1ToolCall : IDirectResponseSchema
Properties
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("inputParameters")]
public virtual IDictionary<string, object> InputParameters { get; set; }
Property Value
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Implements