GDG Cloud Lead Search
  • Why is DialogFlow awesome?
  • DialogFlow
  • Agent
  • person_name entity
  • person_skill entity
  • search_terms entity
  • Default Welcome Intent
  • Default Welcome Intent - search
  • Webhook
  • Default Welcome Intent - search - get_name
  • Default Welcome Intent - search - get_skill
  • Database
  • Final Code
  • Webhook & Action
  • Additional Resources
  • Can you speak at my event?
  • Credits
  • Demo
Powered by GitBook
On this page

Database

PreviousDefault Welcome Intent - search - get_skillNextFinal Code

Last updated 6 years ago

You can now create your own database.

  1. Go to

  2. Look for the name of the project you've created GDG_Cloud and click it

  3. On the left menu click "Database"

  4. Have a file in your computer for example myDatabase.json containing the information from the json below.

  5. Click the three dots to the right

  6. Select the option Import json

  7. Click Browse

  8. Click import

myDatabase.json
{
  "myDatabase": [
    {
      "Email": "laura.s.morinigo@gmail.com ",
      "Name": "Laura",
      "Skill": "Firebase"
    },
    {
      "Email": "amanda@gdgcloud.com",
      "Name": "Amanda",
      "Skill": "Actions on Google"
    },
    {
      "Email": "yaz@gdgcloud.com",
      "Name": "Yaz",
      "Skill": "Tensorflow"
    },
    {
      "Email": "terraccianosaverio@gmail.com",
      "Name": "Saverio",
      "Skill": "Machine Learning"
    }
  ]
}
https://console.firebase.google.com/