Hey all, I have built a chatbot that can answer user queries based on the trained data. I have also designed it to accept voice messages, which are converted from audio to text and then sent to the chatbot. This process is implemented in my Python program, and I have created a FastAPI.
Through Power Automate, I can connect to my Python application.
My end goal is to publish this bot in Teams. For users who interact with my chatbot in Teams, how can I ensure they have options for both text and voice input? Is it even possible in Power Virtual Agents?