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"
}
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" }