dialogflow / fulfillment-webhook-json

Dialogflow's Fulfillment: Webhook JSON (Requests & Responses)
Apache License 2.0
191 stars 70 forks source link

I am able to see, the below marked file as response. #16

Closed madhukosuri closed 5 years ago

madhukosuri commented 5 years ago

https://github.com/dialogflow/fulfillment-webhook-json/blob/65cd0a76b2f379a9ab3cf5493aac761d957e577c/requests/v1/request.json#L1

Team,

I want to send a request to Google Dialogue, The current I am having below one as the request, Here I need to pass the extra parameters could please help me out. { "lang": "en", "query": "hi", "event": {"parameter_name":"parameter_value"}, "sessionId": "12345", "timezone": "America/New_York" }