search_terms entity
Let's create one more entity named search_terms.
Last updated
Let's create one more entity named search_terms.
Last updated
On the left Menu click Entity
.
Click the blue button that says Create entity
.
Name it search_terms
.
Type in the terms as in the image below.
Click save.
🌟You've created your search_terms
entity
The final result should look like this:
If you prefer instead of typing each one, here's the CSV you can copy and paste:
Click the more ( 3 dots) button
Click Switch to raw mode
Paste the data below within the CSV tab
4. Click Save
When we're welcoming our user we're doing so by asking them how they would like to begin their search. So the dialog flow at the beginning will look something like this:
Agent says: Hi! Welcome to the WTM leads directory conversational app. Would you like to find a lead by 1. Name, 2. Location or 3. Skill?
User says: I want to search by skill.
We need to be able to redirect our users to the correct flow and ask the right question. To do so, we need another entity that will get the user's search term.
Our search_terms
entity will have 3 values :
name
(or 1)
location
(or 2)
skill
(or 3).