- Voice User Interface Projects
- Henry Lee
- 320字
- 2021-07-23 17:17:13
Verbal confirmation
It is important to let the user know that you have understood their question during the conversation. In the following conversation, note how MyApp responds with Let's see and Here you go before giving the answers to my questions to let me know that MyApp understood my questions:
Me: What time is it?
MyApp: Let's see. It is 3:14 PM.
Me: Do I have any appointment?
MyApp: Here you go. You have one at 5:00 PM.
How about when you are about to process business critical functions, such as ordering candy online? In the following conversation, I begin by ordering candy. Then, MyApp confirms my order by asking whether or not I really want to place an order. Upon saying Yes, MyApp lets me know that my order has been placed. This kind of confirmation reassures the user that their intent has been processed by the system. However, there is a downside to using this kind of confirmation because, if overused, the conversation can become repetitive and annoying to the user. In order to avoid this, we provide a confirmation response based on confidence. Confidence is used in ML in such a way that for every voice that is recognized, the matching algorithm gives a confidence level of how accurate the match is. In the case of the following example, MyApp has a confidence level of 90% that what I asked is about buying 10 candy in order to skip the question that asks whether I really want to buy the candy, and simply responds with a confirmation that my order has been placed. If the confidence level is below the threshold of 90%, MyApp can ask the confirmation question about whether I want to buy 10 candies and request further confirmation:
Me: I would like to order 10 M&M candies.
MyApp: Would you like to buy 10 M&M for $10?
Me: Yes
MyApp: Order has been processed.
- OpenNI Cookbook
- 基于免疫進化的算法及應用研究
- PHP 編程從入門到實踐
- Python數據分析(第2版)
- Learning Data Mining with R
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- 利用Python進行數據分析
- 移動增值應用開發技術導論
- 智能手機故障檢測與維修從入門到精通
- Instant jQuery Boilerplate for Plugins
- 從零開始:C語言快速入門教程
- TypeScript圖形渲染實戰:2D架構設計與實現
- Python面向對象編程(第4版)
- Unity 3D UI Essentials
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)