You are developing a speech-enabled home automation control bot.
The bot interprets some spoken words incorrectly.
You need to improve the spoken word recognition for the bot.
What should you implement?
Click on the arrows to vote for the correct answer
A. B. C. D.B
To improve the spoken word recognition of a speech-enabled home automation control bot, we need to implement a solution that can help the bot interpret the spoken words correctly. Among the given options, the best solution would be to use the Web Chat Channel and Speech priming using a Bing Speech Service and LUIS app. Therefore, the correct answer is B.
Speech priming is a technique that uses a set of example phrases to improve the accuracy of the speech recognition system. Bing Speech Service is a cloud-based speech recognition service that can convert spoken words into text. LUIS (Language Understanding Intelligent Service) is a natural language processing service that can help the bot understand the intent behind the spoken words.
By using the Web Chat Channel and Speech priming with Bing Speech Service and LUIS app, we can provide the bot with a rich set of training data. The bot can use this training data to improve its speech recognition capabilities and understand the intent behind the spoken words more accurately. This can help improve the overall performance of the bot and provide a better user experience.
The other options, such as using the Skype for Business or Skype channel and using scorable dialogs, can also help improve the conversation flow. However, they do not address the issue of improving the speech recognition capabilities of the bot. Therefore, these options are not the best solution to the given problem. The Cortana channel is not relevant to this scenario as it is a personal digital assistant developed by Microsoft and not a channel for building chatbots.
In summary, the best solution for improving the spoken word recognition of a speech-enabled home automation control bot is to use the Web Chat Channel and Speech priming using a Bing Speech Service and LUIS app.