WTM_Assistant
  • WTM Summit AoG workshop
  • About
  • Why is DialogFlow awesome?
  • Demo & Exercise
  • Diagram
  • The general flow
  • Agent
  • Entity
  • person_skill entity
  • person_name entity
  • person_location entity
  • search_terms entity
  • Intent
  • Default Welcome Intent
  • Default Welcome Intent - search
  • Default Welcome Intent - search - get_name
  • Default Welcome Intent - search - get_location
  • Default Welcome Intent - search - get_skill
  • Fulfillment
  • Database
  • Final code
  • Context
  • Custom intent
  • Additional Resources
  • Can you speak at my event?
Powered by GitBook
On this page
  • Explanation
  • Steps

person_location entity

Let's create the person's name entity. We will fill the slots with the correct keyword extraction.

Explanation

Imagine we have the question:

What is the WTM Lead location?

We would like to fill the slot location an answer.

The WTM lead Eliza Camber is based in the Netherlands.

We are now going to create the entity containing the person_location keyword extractions.

Steps

  1. On the left Menu click Entity.

  2. Click the blue button that says Create entity.

  3. Name it person_location.

  4. Click the more ( 3 buttons)

  5. Click Switch to raw mode

  6. Paste the data below within the CSV tab

person_location
"London","London"
"Amsterdam","Amsterdam"
"Spain","Spain"
"Japan","Japan"
"Brazil","Brazil"
"Greece","Greece"
"Madrid","Madrid"
"Berlin","Berlin"
"Belo Horizonte","Belo Horizonte"
"Netherlands","Netherlands"
"Europe","Europe"
"Denmark","Denmark"

7.Click save.

8.🌟You've created your person_location entity

Previousperson_name entityNextsearch_terms entity

Last updated 6 years ago