Class GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace
Inheritance
GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ToolUseWebhookToolTrace : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("webhookTag")]
public virtual string WebhookTag { get; set; }
Property Value
Declaration
[JsonProperty("webhookUri")]
public virtual string WebhookUri { get; set; }
Property Value
Implements