Custom intent
Actions that your conversational app can do to answer user queries/ actions the users would like to execute. This intent can be triggered once a previous intent was created.
Explanation
Specification of a functionality
Feature: Search a lead by Location
Only Wtm can search other leads.
Background:
Given a WTM search by location
And different ways of asking the same question
And a smarter machine learning model
Scenario: a WTM search by location
Given the user says: I'd like to find a Lead.
When the search is performed
Then we can see $Person.location is missing
And we can prompt the question: Could you add the $Person.location
Last updated