Module: Google::Cloud::Dialogflow::V2::Intent::WebhookState

Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

Represents the different states that webhooks can be in.

Constant Summary collapse

WEBHOOK_STATE_UNSPECIFIED =

Webhook is disabled in the agent and in the intent.

0
WEBHOOK_STATE_ENABLED =

Webhook is enabled in the agent and in the intent.

1
WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING =

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

2