I have a speech to text converter implemented in python and I want the text result to be sent to the chatbot so that it can answer me.
Example:
Guy (voice): I need my bank account info The code translates that to text and sends "I need my bank account info" to the chatbot. The chatbot then replies with bank account info or anything (doesnt matter)