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

Entity

Entities are powerful tools used for keyword extraction.

PreviousAgentNextperson_skill entity

Last updated 6 years ago

They are used to extract parameter values from user queries.

The user would need to fill in the missing slots to fulfil the intent.

Example

What is your skill set?

User types in: "Google Cloud Platform"

What is your location ?

User types in: "Spain"

What is your name name?

User types in: "Ana"

You can add these entities in editor mode, in a CSV or in a json.

You can read further in the .

DialogFlow Documentation