Skip to content

renatalucia/lucybot-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick and dirty simple bot created with dialogflow.

Overview

The bot gives information about countries (capital, population, currency, region and languages), and about the weather. We can ask the but things like:

  • What is the capital of Brazil?

or

  • Whats the weather forecast for Berlin tomorrow?

Try with yourself with this Web demo

Description

The following picture summarizes the bot application architecture: building blocks overview

Bot

  • The bot was created with Dialogflow (api.ai).
  • Given a user input, dialogflow identifies which action should be performed and the values of the parameters required to perform that action.
  • Ex.: User says: "What's is the capital of France?". In this case, the action to be performed is "search country capital", which requires parameter "country". The value of country is "France" in this example.
  • The action is fulfilled by a web service.

Web Fulfillment Service

About

quick and dirty simple bot created with dialogflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages