• Complain

Lee Boonstra - Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud

Here you can read online Lee Boonstra - Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Apress, genre: Home and family. 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.

Lee Boonstra Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud
  • Book:
    Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2021
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Lee Boonstra: author's other books


Who wrote Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud? Find out the surname, the name of the author of the book and a list of all author's works by series.

Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud — 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 Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud" 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
Contents
Landmarks
Book cover of The Definitive Guide to Conversational AI with Dialogflow and - photo 1
Book cover of The Definitive Guide to Conversational AI with Dialogflow and Google Cloud
Lee Boonstra
The Definitive Guide to Conversational AI with Dialogflow and Google Cloud
Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud
1st ed.
Logo of the publisher Lee Boonstra AMSTERDAM Noord-Holland The - photo 2
Logo of the publisher
Lee Boonstra
AMSTERDAM, Noord-Holland, The Netherlands

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/978-1-4842-7013-4. For more detailed information, please visit http://www.apress.com/source-code.

ISBN 978-1-4842-7013-4 e-ISBN 978-1-4842-7014-1
https://doi.org/10.1007/978-1-4842-7014-1
Lee Boonstra 2021
Apress Standard
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Apress imprint is published by the registered company APress Media, LLC part of Springer Nature.

The registered company address is: 1 New York Plaza, New York, NY 10004, U.S.A.

To my wife Michele and my daughter Rebel. I love you to the moon and back.

Introduction

To some people, writing a book can feel a lot like the process of childbirth. To others, their written book can feel like its their baby. I wrote this book while I was six months pregnant from my firstborn, baby Rebel. Because of COVID-19, the Netherlands just went in lockdown, and I had to cancel all my Google work trips. With so much extra time, and since I cant sit still, I had to share my Conversational AI knowledge with the world and put it on paper. And yes, it was a process, but I put a lot of love into it! So this book release is my announcement!

Lee Boonstra (Senior Developer Advocate, Conversational AI @ Google)

Who This Book Is For

This book is written for everyone (practitioners) interested in building chatbots for the Web, social media, voice assistants, or contact centers, using Googles Conversational AI/Cloud technology. Whether you are a UX designer/linguist, a web/conversational bot engineer, chatbot architect, back-end developer, a project manager, or a business decision-maker, that is, CTO or Chief Innovation Officer, this book is for you.

Some topics target engineers. I will share some code and explain what it does. Most of my code examples are written in JavaScript for Node.js. When you rather program in a different language, my examples will be apparent to understand (and rewrite) to a language of choice.

In the sections, I have added advanced tips and tricks, like answers to questions that I have heard while working with various (enterprise) Dialogflow customers.

I promise, even if you have been using Dialogflow before, you will likely still learn new things!

What Youll Learn
While reading this book, readers will learn the following:
  • Whats Dialogflow, Dialogflow Essentials, Dialogflow CX, and how machine learning is used

  • How to create Dialogflow projects for individuals and enterprise usage

  • Dialogflow Essentials concepts like intents, entities, custom entities, system entities, composites, and how to track context

  • How to build bots quickly using prebuilt agents, small talk modules, and FAQ knowledge bases

  • How Dialogflow can give an out-of-the-box agent review

  • How to deploy text conversational UIs for web and social media channels

  • How to build voice agents for voice assistants and phone gateways/contact centers

  • How to build multilingual chatbots

  • How to orchestrate many (sub-)chatbots to build a bigger conversational platform

  • How to use chatbot analytics, and how to test the quality of your Dialogflow agent

  • How Dialogflow CX fits in, whats different in Dialogflow CX, and new Dialogflow CX concepts

These topics are targeted more at developers and engineers and contain more advanced use cases:
  • Learn how to create fulfillment to connect to a web service in various ways

  • Learn how to run back-end code from a local/development machine

  • Learn how to secure your chatbots

  • Learn how to integrate your chatbots in a website or native mobile (Flutter) app by creating your own custom integrations

  • Learn how to create an omnichannel bot platform architecture

  • Learn how to create rich responses in custom integrations

  • Learn how to stream your voice UIs in IoT voice applications

  • Learn using your own data warehouse for advanced chatbot analytics

Note

Trying out the more advanced examples might require pay as you use Google Cloud resources. When you are new to Google Cloud, you can create a free Google Cloud account, which comes with 300 dollars of credits. These credits should be more than enough for playing around with these examples. Many of the Google Cloud products have a free usage tier ( https://cloud.google.com/free ).

Downloading the Code

The example code from each chapter is available as a zip file at the books website, www.leeboonstra.dev , and www.apress.com/ISBN . It will point to a source code repository for Apress books on GitHub, where my code can be continuously updated.

Acknowledgments
This book would not have been possible without the help of some amazing people. Therefore, I would like to thank
  • Celestin Suresh John (Acquisitions Editor), Matthew Moodie (Development Editor), and Aditee Mirashi (Coordinating Editor) from Apress, without your help this book couldnt go into production. Thank you so much for your hard work.

There are a lot of folks within Google that helped me in the background while writing this book. Im very grateful for your support, help, and ideas.
  • In particular, I would like to thank Contact Center AI Specialist, Akash Parmar, and Engineering Director, Antonio Gulli. Thank you for reading this book and doing the technical reviews! Very much appreciated!

  • Thank you for your support and ideas for this book: Dialogflow Product Manager, Shantanu Misra; Conversational AI Incubator Manager (and co-founder API.ai), Pavel Sirotin; Developer Advocacy Manager, Dave Elliot; Customer Engineer, Wouter Roosenburg; Product Marketing Manager, Surbhi Agarwal; Head of Product AI, Antony Passemard; and VP of Engineering, Andrew Moore.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud»

Look at similar books to Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud. 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 Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud»

Discussion, reviews of the book Build Advanced Enterprise Chatbots, Voice, and Telephony Agents on Google Cloud 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.