PacktPublishing / Hands-On-Chatbots-and-Conversational-UI-Development

Hands-On Chatbots and Conversational UI Development, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-On Chatbots and Conversational UI Development

This is the code repository for Hands-On Chatbots and Conversational UI Development. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Conversation as an interface is the best way for machines to interact with us using the universally accepted human tool that is language. Chatbots are one of the flavors of Conversational UIs. Chatbots are real-time, data-driven answer engines that talk in natural language and are context aware. Basically conversational UIs boils down to two types one that provides services and the other is for entertainment purposes. This Book will cover both these types of Conversational UIs by leveraging APIs from multiple platforms. We'll take a project-based approach in understanding how these UIs are built and the best use cases for deploying them.

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter01.

The code will look like the following:


{
"description": "Simulated Albert Einstein",
"language": "en",
"googleAssistant": {
"googleAssistantCompatible": false,
"project": "einsteinbot-dce04",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to download a free PDF copy of this book.

https://packt.link/free-ebook/9781788294669

About

Hands-On Chatbots and Conversational UI Development, published by Packt

License:MIT License


Languages

Language:JavaScript 76.6%Language:Java 22.9%Language:Procfile 0.3%Language:Shell 0.2%