- Voice User Interface Projects
- Henry Lee
- 157字
- 2021-07-23 17:17:20
About an FAQs chatbot
For the FAQs chatbot, I will choose the Presidents of the USA as a topic. I will gather various fun facts about U.S. Presidents from https://millercenter.org/president and turn them into questions and answers that the user can ask the FAQs chatbot. Later, in the following section where you create your first intent, you will learn how to build templates to generalize user questions for the FAQs in order to create intents.
The following are sample facts about the first U.S. President, George Washington:
{
"fullName": "George Washington",
"birthDate": "February 22, 1732",
"dateDate": "December 14, 1799",
"birthPlace": "Pope’s Creek, Virginia",
"education": "The equivalent of an elementary school education",
"religion": "Episcopalian",
"career": "Soldier, Planter",
"politicalParty": "Federalist",
"nickName": "Father of His Country"
"marriage": "January 6, 1759, to Martha Dandridge Custis (1731–
1802)"
"children": "None",
"inaugurationDate": "April 30, 1789",
"dateEnded": "March 4, 1797",
"presidentNumber": "1",
"burialPlace": "Family vault, Mount Vernon, Virginia"
}
推薦閱讀
- Mastering ServiceStack
- 深度學習經典案例解析:基于MATLAB
- Learning Python Design Patterns(Second Edition)
- Building Mapping Applications with QGIS
- ASP.NET 3.5程序設計與項目實踐
- Ext JS 4 Web Application Development Cookbook
- Rust Essentials(Second Edition)
- 編程數學
- Visual Basic程序設計實驗指導(第二版)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Essential C++(中文版)
- QGIS Python Programming Cookbook(Second Edition)
- MyBatis 3源碼深度解析
- JQuery風暴:完美用戶體驗
- Python GUI Programming Cookbook(Second Edition)