This video shows the use of bots (made up using DialogFlow) and Flutter. DialogFlow - a powerful way to get started making bots.

Flutter and Bots | DialogFlow | Create Bots in Flutter
Introducing Dialog Flow,
As per their official website, Dialog Flow allows us to

  • Build natural and rich conversational experiences
    
  • Give users new ways to interact with your product by building engaging voice and text-based conversational interfaces, such as voice apps and chatbots, powered by AI. Connect with users on your website, mobile app, the Google Assistant, Amazon Alexa, Facebook Messenger, and other popular platforms and devices.
    

Pre-Requisite:
Dialogflow uses intent and entities to recognize user needs.

  • An intent represents a mapping between what a user says and what action should be taken by your software.
    
  • Entities are used for extracting parameter values from natural language inputs. 
    
  • Action corresponds to the step your application will take when a specific intent has been triggered by a user’s input.
    

Src code: https://github.com/AseemWangoo/Flutter-Experiments/tree/dev

#flutter #dialogflow #programming #developer

Flutter and Bots | DialogFlow | Create Bots in Flutter
1.95 GEEK