Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Making Chatbot & Voice Apps (with Dialogflow v1)
Rating: 4.5 out of 5(681 ratings)
23,911 students

Making Chatbot & Voice Apps (with Dialogflow v1)

Learn building chatbot and voice applications for Google Assistant, facebook, slack using Dialogflow & firebase
Created byM.Inzamam Malik
Last updated 8/2018
English

What you'll learn

  • You will learn how to make business chatbots for any Website, Google Assistant, Facebook Messenger and other messaging platforms

Course content

1 section13 lectures2h 12m total length
  • Hello World3:26

    Create and train a chatbot agent, configure language and context, manage diverse responses, and export or upload the code for deployment.

  • Understanding intent11:46

    Define user intent and build a booking flow in Dialogflow v1 using intents, prompts, actions, and custom entities to collect first name, number of persons, email, and location.

  • Getting started with firebase functions18:29

    Learn how to get started with firebase functions, install and initialize the tools, deploy simple functions, and connect server logic to a database to place orders.

  • Understanding fulfilment12:42

    Explore Dialogflow fulfillment by linking intents to a function, handling request and response objects, and testing deployment from server to agent.

  • Use firebase functions as fulfilment webhook9:07

    Learn to build a Dialogflow chatbot webhook using firebase functions, create and deploy a fulfillment function, and handle fulfillment requests and responses for a hotel booking agent.

  • Using database in fulfilment webhook15:51

    Save fulfillment data to a database via a webhook using firebase and firestore, initializing the admin, and writing documents to a users or orders collection.

  • Understanding Action identifier17:06

    Identify requests with action identifiers to differentiate intents, route to appropriate database queries, and return conversational, parameterized responses for booking and show bookings in a Dialogflow-based flow.

  • Understand FollowUp Intent6:36

    Explore how to implement follow-up intents in Dialogflow v1 to handle subsequent user responses, such as confirming or viewing orders, and refine booking flows with yes/no interactions.

  • Understanding Custom Entity5:34

    Understand how to create and use a custom entity in Dialogflow v1 to capture room types and preferences, such as low cost and luxury rooms, for booking conversations.

  • Preparing to deploy7:28

    Learn to build a chatbot with default greetings, random responses, and a fallback for unknown inputs, then enable one-click integrations across web, Google, Facebook Messenger, and Slack.

  • Deploy on google assistant4:25

    Deploy your hotel booking bot on Google Assistant by creating a Google action in the integration section and testing in the simulator. Explore default responses and test reservations via conversations.

  • Deploy on facebook messenger platform9:13

    Deploy your chatbot on the Facebook Messenger platform by creating a Facebook app for a page, generating a token, and completing submission with privacy, category, and messaging settings.

  • Deploying on slack10:35

    Deploy a personal assistant chatbot on Slack by following integration steps, creating a team, adding a board, and configuring user and channel settings with interactive components and quick replies.

Requirements

  • You should be able to understand basic javascript and little knowledge of nodejs is plus point

Description

ATTENTION, this course uses Dialogflow v1, since Dialogflow v2 is released every new Dialogflow agent is set to v2 by default, please don't forget to move your agent to v1 otherwise you may not get the expected results.

ATTENTION, firebase functions are not free anymore, you will have to have a paid plan activated to get free quota


In this course, I will tell you how to make chatbots for a website or mobile apps
I will also tell you how to take advantage of google assistant and google home and how to make conversational apps for these devices using Dialogflow 
I will tell you how to take advantage of Docker and Kubernetes to make your chatbot highly scalable.

Course Outline:

phase 1:
""""""""""
1) Hello World
2) Understanding Intent
3) Custom entity
4) Getting started with firebase functions
5) Understanding fulfillment
6) Using Firebase functions as fulfillment webhook
7) Using database in fulfillment webhook


Phase 2: (Comming Soon...)
""""""""""

1) Account linking (Google assistant)
2) Making User Level Entity for a personalized experience
3) Rich Responses (suggestions chips, list, card, images, etc.)
4) Understanding Context 
5) 

I will add more...


Join our slack channel to engage with other students of this course:

See Announcement section for Slack channel Invite link





           ____                              ____

         o8%8888,                          o8%8888,

       o88%8888888.                      o88%8888888.

      8'-    -:8888b                    8'-    -:8888b

     8'         8888                   8'         8888

    d8.-=. ,==-.:888b                 d8.-=. ,==-.:888b

    >8 `~` :`~' d8888                 >8 `=` :`=' d8888

    88         ,88888                 88         ,88888

    88b. `-~  ':88888                 88b` `--  ':88888

    888b ~==~ .:88888                 888b -==- .:88888

    88888o--:':::8888                 88888o--:':::8888

    `88888| :::' 8888b                `88888| :::' 8888b

    8888^^'       8888b               8888^^'       8888b

   d888           ,%888b.            d888           ,%888b.

  d88%            %%%8--'-.         d88%            %%%8--'-.

/88:.__ ,       _%-' ---  -       /88:.__ ,       _%-' ---  -

     '''::===..-'   =  --.  `          '''::===..-'   =  --.  `


Who this course is for:

  • Anyone who want to get start with conversational apps