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