Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class WebhookType.
Represents the type of webhook configuration.
Protobuf type google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ Webhook \ GenericWebServiceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
WEBHOOK_TYPE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum WEBHOOK_TYPE_UNSPECIFIED = 0;
STANDARD
Value: 1
Represents a standard webhook.
Generated from protobuf enum STANDARD = 1;
FLEXIBLE
Value: 2
Represents a flexible webhook.
Generated from protobuf enum FLEXIBLE = 2;