I just wanted to know whether it's possible to send a deferred response to action.devices.EXECUTE intent.
When the server receives this intent,
- Send the response back as "PENDING"
- Send this command to IoT module.
- Wait for a response from IoT module and send it to Google via https://homegraph.googleapis.com/v1/devices:reportStateAndNotification.
If there is no response from the server, Google Home will say "there was no response from the device" ect..
Same as Amazon Alexa deferred response.