How to detect the request coming to dialogflow from google home devices.
For google assistant,Facebook and all, I used the source
parameter from the originalRequest
node.
{"originalRequest":{"source":"google","data":{"sender":{"id":"3"},"recipient":{"id":"3"},"message":{"mid":"mid","text":"apple iphone 8","seq":3},"timestamp":1522229806857}}
But for google home also I am getting the source parameter as google itself.
So Is there any parameter to detect the request coming from google home, so that I can change the response accordingly?