Google Cloud Dialogflow Cx V3 Client - Class WebhookType (0.2.1)

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 \ GenericWebService

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;