Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::Intent::WebhookState (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Intent::WebhookState.

Represents the different states that webhooks can be in.

Constants

WEBHOOK_STATE_UNSPECIFIED

value: 0
Webhook is disabled in the agent and in the intent.

WEBHOOK_STATE_ENABLED

value: 1
Webhook is enabled in the agent and in the intent.

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.