Hi Everyone,
We are planning to create a voice chat bot inside a canvas app.
we are able to embed the pva chat bot inside the canvas app and
we able to convert speech to text using speech services and power automate from power apps microphone input but,
we are not able to find a way to communicate from Automate or PowerApps to PVA chat bot. [like as a voice chat bot].
Can you please suggest all the possible ways for communication to happen between Canvas Power app & PVA chatbot (& automate where ever necessary) ?
Hi @bkeerthana
Presume PVA is integrated via PCF and with PCF it's an iFrame that makes PVA render successfully in PowerApp.
Having said that Iframe there's isolation between App and PVA
If there's some data being saved by PVA and the same has to be displayed in App you can think of Timer control on a specific screen to do polling and get the data back on the screen to show.
If not you may have a button on screen which can do lookup in Datasource to get data back(hard choice though)
Thanks
If the content was useful in other ways, please consider giving it Thumbs Up.