- Voice User Interface Projects
- Henry Lee
- 278字
- 2021-07-23 17:17:18
Building an FAQs Chatbot
This chapter introduces Dialogflow, which is the cornerstone of creating voice-enabled applications. In order to demonstrate Dialogflow's functionalities, you will learn how to build a voice-enabled Frequently Asked Questions (FAQs) chatbot. Dialogflow is a platform that processes the natural language spoken by a user and then converts it into intents so that a programming language, such as Node.js, Java, or C#, can understand it. In order to build voice-enabled applications for Google Home, Google Assistant, and Google Auto, Dialogflow will be used exclusively. In a similar way, later in this chapter, you will learn about Amazon's natural language processing platform, Alexa Skills Kit (ASK), in order to build a voice application for Amazon Echo products.
You will first learn how to set up a project in Dialogflow, then be familiarized with Dialogflow’s development environment, and will create an agent in Dialogflow. Then, you will learn how to program the FAQs chatbot’s conversations using Dialogflow’s intents, entities, context, and actions. This chapter will also teach you how to debug and test the chatbot's conversational flow in Dialogflow. Once the voice-enabled FAQs chatbot's conversations have been created using Dialogflow, the chatbot will be deployed to Google Assistant on Android and iOS. Finally, while testing the FAQs chatbot, developers will learn how to update a machine learning algorithm in Dialogflow, thereby improving the FAQs chatbot’s ability to understand conversations.
This chapter will cover the following topics:
- Introduction to Dialogflow
- Dialogflow development setup
- Dialogflow intents, entities, context, and actions
- Programming and debugging in Dialogflow
- Google Assistant on Android and iOS
- Machine learning and natural language processing in Dialogflow
- Mastering Adobe Captivate 2017(Fourth Edition)
- Visual Basic 6.0程序設計計算機組裝與維修
- Learning Neo4j 3.x(Second Edition)
- SAS數據統計分析與編程實踐
- SQL Server 2016數據庫應用與開發
- WordPress 4.0 Site Blueprints(Second Edition)
- Node.js開發指南
- 大話Java:程序設計從入門到精通
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Unity Character Animation with Mecanim
- Serverless Web Applications with React and Firebase
- CodeIgniter Web Application Blueprints
- C語言程序設計實踐
- Learning iOS Penetration Testing
- ASP.NET jQuery Cookbook(Second Edition)