Class GoogleCloudDialogflowCxV3ToolCallResult
Inheritance
GoogleCloudDialogflowCxV3ToolCallResult
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowCxV3ToolCallResult : 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 GoogleCloudDialogflowCxV3ToolCallResultError 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