isWebhookEnabled property

bool? isWebhookEnabled
getter/setter pair

If webhooks should be allowed to trigger in response to the user utterance.

Often if parameters are injected, webhooks should not be enabled.

Implementation

core.bool? isWebhookEnabled;