Class GoogleCloudDialogflowCxV3beta1Webhook
Inheritance
GoogleCloudDialogflowCxV3beta1Webhook
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Webhook : IDirectResponseSchema
Properties
Disabled
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GenericWebService
Declaration
[JsonProperty("genericWebService")]
public virtual GoogleCloudDialogflowCxV3beta1WebhookGenericWebService GenericWebService { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
ServiceDirectory
Declaration
[JsonProperty("serviceDirectory")]
public virtual GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig ServiceDirectory { get; set; }
Property Value
Timeout
Declaration
[JsonProperty("timeout")]
public virtual object Timeout { get; set; }
Property Value
Implements