Google\Cloud\Dialogflow\V2\Intent\WebhookState
*/
class Intent_WebhookState
{
/**
* Webhook is disabled in the agent and in the intent.
*
* Generated from protobuf enum WEBHOOK_STATE_UNSPECIFIED = 0;
*/
const WEBHOOK_STATE_UNSPECIFIED = 0;
/**
* Webhook is enabled in the agent and in the intent.
*
* Generated from protobuf enum WEBHOOK_STATE_ENABLED = 1;
*/
const WEBHOOK_STATE_ENABLED = 1;
/**
* 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;
*/
const WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING = 2;
}