Class GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig
Inheritance
GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
WebhookOverrides
Declaration
[JsonProperty("webhookOverrides")]
public virtual IList<GoogleCloudDialogflowCxV3beta1Webhook> WebhookOverrides { get; set; }
Property Value
Implements