- 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"
}
推薦閱讀
- Practical Data Analysis Cookbook
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Node.js 10實戰
- LabVIEW 2018 虛擬儀器程序設計
- MATLAB圖像處理超級學習手冊
- C語言程序設計(第2版)
- Mastering Kotlin
- 云原生Spring實戰
- SQL基礎教程(視頻教學版)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- RealSenseTM互動開發實戰
- PHP 8從入門到精通(視頻教學版)
- Go Systems Programming
- 一覽眾山小:ASP.NET Web開發修行實錄
- JavaScript程序設計基礎教程(慕課版)