This chapter covers the basics of Wit.ai and Dialogflow, two chatbot interfaces from Google that provide helpful capabilities. You’ll start by exploring a simple bot flow using Wit.ai, and then move on to Dialogflow to create a full-fledged bot to deploy to the Web.
Getting Started with Wit.ai
Wit.ai is a web-based IDE for creating bots. To launch Wit.ai, you have to go to https://wit.ai/ .
In this section, you’ll work on creating a new app and then you’ll add intent to it. Next, you’ll add text and keywords to modify the bot. Later in this chapter, you’ll implement the ...