payload property

Map<String, dynamic>? payload
final

This field can be used to pass custom data to your webhook. Arbitrary JSON objects are supported.

If supplied, the value is used to populate the WebhookRequest.original_detect_intent_request.payload field sent to your webhook.

Implementation

final Map<String, dynamic>? payload;