Speech recognition

After the speech is recognized , is there a way to automatically pass the recognized text to the bot without having to press “enter” button every time.

Hi Rashmi,

Please provide us further details on the scenario to help you further.

Are you using the Kore.ai speech recognition or any external 3rd party provider?

Regards,
Yoga Ramya.

Hello,
Yes, I am using the Kore.ai speech recognition. Say I have an intent named “Order Food”.
When the user utters this, it gets displayed in the bot’s text area. And then the user has to press the send button for further processing . Is there a way in which the bot can automatically process the identified text from the speech without having to use the send button everytime.

Thanks.

1 Like

Hi @rashmi.manavalan,

We understand your requirement.
Ideally, the response of the speech To text engine will be automatically be processed further in case of Search engines like Youtube, Google.co.in, etc.
For bot conversation, it is suggested to give provision to the user to edit the speech To text engine response before sending to the bot.

Currently, there is no configuration in the bot builder to achieve the functionality of automatically sending the response without clicking enter.

However, you can achieve your requirement by writing custom code in the index.html in web SDK to submit the speechToText response to the bot. This involves a good amount of scripting.
For javascript, we expect developers to handle it at their end.

Regards,
Yoga Ramya.

Thank you @yogaramya.mendu