Google Cloud Dialogflow V2 Client - Class WebhookState (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class WebhookState.

Represents the different states that webhooks can be in.

Protobuf type google.cloud.dialogflow.v2.Intent.WebhookState

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

WEBHOOK_STATE_UNSPECIFIED

Value: 0

Webhook is disabled in the agent and in the intent.

Generated from protobuf enum WEBHOOK_STATE_UNSPECIFIED = 0;

WEBHOOK_STATE_ENABLED

Value: 1

Webhook is enabled in the agent and in the intent.

Generated from protobuf enum WEBHOOK_STATE_ENABLED = 1;

WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING

Value: 2

Webhook is enabled in the agent and in the intent. Also, each slot filling prompt is forwarded to the webhook.

Generated from protobuf enum WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING = 2;