• Complain

Rashid Khan - Build Better Chatbots: A Complete Guide to Getting Started with Chatbots

Here you can read online Rashid Khan - Build Better Chatbots: A Complete Guide to Getting Started with Chatbots full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2017, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Rashid Khan Build Better Chatbots: A Complete Guide to Getting Started with Chatbots
  • Book:
    Build Better Chatbots: A Complete Guide to Getting Started with Chatbots
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2017
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Build Better Chatbots: A Complete Guide to Getting Started with Chatbots: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Build Better Chatbots: A Complete Guide to Getting Started with Chatbots" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Learn best practices for building bots by focusing on the technological implementation and UX in this practical book. You will cover key topics such as setting up a development environment for creating chatbots for multiple channels (Facebook Messenger, Skype, and KiK); building a chatbot (design to implementation); integrating to IFTT (If This Then That) and IoT (Internet of Things); carrying out analytics and metrics for chatbots; and most importantly monetizing models and business sense for chatbots.

Build Better Chatbots is easy to follow with code snippets provided in the book and complete code open sourced and available to download.

With Facebook opening up its Messenger platform for developers, followed by Microsoft opening up Skype for development, a new channel has emerged for brands to acquire, engage, and service customers on chat with chatbots.

What You Will Learn

  • Work with the bot development life cycle

  • Master bot UX design

  • Integrate into the bot ecosystem

  • Maximize the business and monetization potential for bots

Who This Book Is For

Developers, programmers, and hobbyists who have basic programming knowledge. The book can be used by existing chatbot developers to gain a better understanding of analytics and the business side of bots.

Rashid Khan: author's other books


Who wrote Build Better Chatbots: A Complete Guide to Getting Started with Chatbots? Find out the surname, the name of the author of the book and a list of all author's works by series.

Build Better Chatbots: A Complete Guide to Getting Started with Chatbots — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Build Better Chatbots: A Complete Guide to Getting Started with Chatbots" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Rashid Khan and Anik Das 2018
Rashid Khan and Anik Das Build Better Chatbots
1. Introduction to Chatbots
Rashid Khan 1 and Anik Das 1
(1)
Bangalore, Karnataka, India
Welcome to the Build Better Chatbots book. Do you remember the last time you had to call a toll-free number for support or customer service? Do you remember the long wait time on the phone before you could even talk about your issue and then realizing somehow you chose the wrong button option leading you to the wrong department? We have had this experience, and thats why we created a chatbot for enterprises to use to help resolve customer questions more easily and in an interface that many people, especially millennials, are getting more accustomed to using: chat. In this book, we will take you through the history of chatbots, including when they were invented and how they became popular. We will also show how to build a chatbot for your next project. After completing this book, you will know how to deploy applications with a chat interface on platforms such as Facebook Messenger, Skype, and so on, which automatically respond to user queries without any human intervention.
The book is divided into five chapters, with topics ranging from the technical to the business perspective. If you are a rock-star developer who cant wait to build a Hello World example, then Chapters .
In this chapter, we will start by covering the chatbot ecosystem, the journey of chatbots through multiple decades, and the various open platforms today where you can deploy your chatbot.
Fact
The term c hatterbot was first used in 1994 and was originally coined by Michael Mauldin, the creator of Verbot (Verbal Robot) Julia.
What Are Chatbots ?
The classic definition of a chatbot is a computer program that processes natural-language input from a user and generates smart and relative responses that are then sent back to the user. Currently, chatbots are powered by rules-driven engines or artificial intelligent (AI) engines that interact with users via a text-based interface primarily. These are independent computer programs that can be plugged into any of the multiple messaging platforms that have opened to developers via APIs such as Facebook Messenger, Slack, Skype, Microsoft Teams, and so on.
With the advancement of voice technology in recent years, companies such as Google, Apple, and Amazon have debuted artificial intelligent agents for voice. Apple launched Siri, which comes on the iPhone, iPad, and macOS. Google launched Google Home, and Amazon launched Alexa, which are both physically devices for your home or office that can help you with tasks such as ordering a hired car, switching on/off your lights, playing your favorite tunes from Spotify, managing your calendars, and so on.
The technology behind chatbots is based on similar technology to voice-based assistants. All voice-based systems have the added complexity of converting the speech to text for any computer application to work with. The processing of the text from a chatbot or a voice-based system is done in the same way, and you will look at the underlying workflow and implement your own system in this book.
Journey of Chatbots
Lets start your journey of chatbots by looking at the history of chatbots. Chat as a medium has existed from the time computers have been in existence and has become one of the prominent mediums of communication in the last couple of decades. In this section of the chapter, we will cover the origin of chatbots and how the early computer scientists have always been excited about making a computer talk to a human in a natural way. We will also go into current developments in the industry that are facilitating the availability of chatbots on a large scale today. For a better understanding of the timeline of chatbots, see Figure .
Brief History of Chatbots
Even though chatbot seems to be a recent buzzword, theyve been in existence since people developed a way to interact with computers. The first-ever chatbot was introduced even before the first personal computer was developed. It was named Eliza and was developed at the MIT Artificial Intelligence Laboratory by Joseph Weizenbaum in 1966. Eliza impersonated a psychotherapist. Eliza examined the keywords in the user input and triggered the rules of transformation of the output. This particular methodology of generating responses is still widely being used when building chatbots. After Eliza, Parry was written by psychiatrist Kenneth Colby, then at Stanford University, in an attempt to simulate a person with paranoid schizophrenia.
A.L.I.C.E., or simply Alicebot, was originally developed by Richard Wallace in 1995 and was inspired by Eliza. Although it failed to pass the Turing test, A.L.I.C.E. remained one of the strongest of its kind and was awarded the Loebner Prize, an annual competition of AI, three times.
Note
A Turing test is a test for intelligence in a computer wherein a human (sender) should not be able to distinguish between a machine (receiver) or another human (receiver) when replies from both are presented to the sender. The Turing test was designed by Alan Turing in 1950 in his paper Computing Machinery and Intelligence while working at the University of Manchester.
In the first decade of 21st century, SmarterChild was built by ActiveBuddy. It was the first attempt to create a chatbot that was able not only to provide entertainment but also to provide the user with more useful information such as stock information, sports scores, movie quotes, and much more. It lived inside AOL and Windows Live Messenger, with more than 30 million people using it. It was later acquired by Microsoft in 2007 for $46 million. SmarterChild is the precursor of Siri by Apple and S Voice by Samsung.
Siri is an intelligent personal assistant that was developed as a side project by SRI International and later adopted by Apple into its iOS 5 for iPhone. Its been an integral part of the iOS ecosystem. Siri allows users to engage in random conversations while providing useful information regarding the weather, stocks, and movie tickets. Tech giants like Samsung and Google have also followed in the footsteps of Apple by developing their own AI assistants, S Voice and Google Allo, respectively.
There are also voice-powered home assistants like Amazon Alexa and Google Home, which are another representation of chatbots.
Recent Developments of Chatbots
When looking at history, companies have always built their own individual AI-powered chatbots to serve the purpose of their end users. In recent years, this trend has changed, with Telegram opening its bot platform in June 2015, allowing developers to make chatbots serving users with numerous services such as polls, news, games, integration, and entertainment. In addition, Slack, a cross-platform team collaboration software application, announced bot users in December 2015. Slack launching its bot users platform was a catalyst in pushing other companies to start investing in this new channel of user engagement.
As one of the biggest players in this market, Facebook released its Messenger platform in April 2016 during the F8 developer conference. Although Facebook was a bit late to the party, it had the most impact on the buzz of chatbots. The opportunity to reach 1 billion active users via Messenger played a major role in this.
To name a few more, Skype, Kik, and WeChat are the other major players in messaging that have released their platforms for developers to publish chatbots.
To summarize, if you picture the journey of chatbots from the 1960s to now, you can see that what was once a fantasy of being able to communicate with a nonliving virtual being is now part of our everyday lives.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Build Better Chatbots: A Complete Guide to Getting Started with Chatbots»

Look at similar books to Build Better Chatbots: A Complete Guide to Getting Started with Chatbots. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Build Better Chatbots: A Complete Guide to Getting Started with Chatbots»

Discussion, reviews of the book Build Better Chatbots: A Complete Guide to Getting Started with Chatbots and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.