webhookState property

String? webhookState
getter/setter pair

Indicates whether webhooks are enabled for the intent.

Optional. Possible string values are:

  • "WEBHOOK_STATE_UNSPECIFIED" : Webhook is disabled in the agent and in the intent.
  • "WEBHOOK_STATE_ENABLED" : Webhook is enabled in the agent and in the intent.
  • "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.

Implementation

core.String? webhookState;