- Voice User Interface Projects
- Henry Lee
- 129字
- 2021-07-23 17:17:13
Context
In order to create an effective conversation flow, you will need to have contextual knowledge. A context starts with simply asking about the weather. Then, I ask MyApp if I can go snowboarding. MyApp wishes that it would snow so that I could go snowboarding today. MyApp understood the context of my question—that I want to go snowboarding—and responded in a thoughtful way. As we begin to design VUIs, it will be critical to capture the context of the conversation in order to properly process the user's intent and deliver a correct and appropriate answer:
Me: What's weather like today?
MyApp: Cloudy with a chance of snow!
Me: Do you think I will be able to go snowboarding today?
MyApp: I hope it snows!
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Git Version Control Cookbook
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- R語言數據可視化之美:專業圖表繪制指南
- x86匯編語言:從實模式到保護模式(第2版)
- React.js Essentials
- Instant RubyMotion App Development
- Apache Mesos Essentials
- Python數據可視化之Matplotlib與Pyecharts實戰
- Creating Stunning Dashboards with QlikView
- Test-Driven Development with Django
- Building Serverless Web Applications
- Python大學實用教程
- SignalR:Real-time Application Development(Second Edition)
- Learning C++ by Creating Games with UE4