Class GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig
Inheritance
GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GenericWebService
Declaration
[JsonProperty("genericWebService")]
public virtual GoogleCloudDialogflowCxV3beta1WebhookGenericWebService GenericWebService { get; set; }
Property Value
Service
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Implements