I want to identify a google home device via the SDK request / response call to serve the request properly. Basically I need this information to know the location / room / floor / venue where this device is installed or kept.
Example: If I make a request to google mini - "Switch off the lights", I want to know the device id so the service can do a lookup and find the room where this device is located and switch off the lights of that room.
I don't need this for android phones/devices. It is very specific to google home devices.
I have seen originalRequest.data.user.userId
but not sure if i can use this (as user of the device will not have any google login or account linking)
Is this information is exposed via dialogflow api?