I am trying to implement Broadcast feature of google in my Voice app. The device i am using is google home mini. I don't want to use google's broadcast feature, I want to send real time messages through broadcast. How can I achieve this?
I am trying to implement google interpreted mode within two devices.
- My scenario is, I have two devices one located in a hotel room and other at hotel helpdesk.
- The person in a room invokes my action for sending enquiry message to helpdesk
- My action translates the message into the language which is understood by the person sitting at helpdesk and sends the translated message at helpdesk.
Basically what i am trying to do is, request sent from one device and response receive on other device. So, to let the person know that there is some message for you, i was trying to use broadcast feature.