Skip to content Skip to sidebar Skip to footer

Api.ai Request Body Does Not Contain The OriginalRequest Object From Which The Access_token Can Be Sent To The Fulfillment Webhook

Api.ai request body does not contain the originalRequest object from which the access_token can be sent to the fulfillment webhook. Can anybody please let me know why I am not seei

Solution 1:

The easiest way to see the contents of the JSON that your webhook is getting is to print or log it in the webhook itself. This should come in as the body in the request object.


Post a Comment for "Api.ai Request Body Does Not Contain The OriginalRequest Object From Which The Access_token Can Be Sent To The Fulfillment Webhook"