First of all hey guys, I’m new on here nice to meet you all.
I’m trying to get certain slots filled, from the triggered intent, without the form asking the user for more info. Is this possible? For example:
User: My name is John (Form automatically extract this info without needing to prompt user first) Bot: Hello John
As it stands this is my current configuration
- story: give name
- steps:
- intent: give_name
- action: name_form
- action: utter_name
With the form having the configuration
forms:
name_form:
username:
- type: from_trigger_intent
entity: Name