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