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