Class GoogleCloudDialogflowCxV3ToolUse
Inheritance
GoogleCloudDialogflowCxV3ToolUse
Assembly: Google.Apis.Dialogflow.v3.dll
public class GoogleCloudDialogflowCxV3ToolUse : IDirectResponseSchema
Properties
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("inputActionParameters")]
public virtual IDictionary<string, object> InputActionParameters { get; set; }
Property Value
Declaration
[JsonProperty("outputActionParameters")]
public virtual IDictionary<string, object> OutputActionParameters { get; set; }
Property Value
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
Implements