Hi, I was wondering whether we can define a rule for a specific intent within an action… What I want is like:
if the action: ask_for_number and intent: ‘deny’ then action: ask_for_email
This is so that if the user says ‘no’ anywhere else, it wont ask for their email… Will this work::
-
rule: ask email if they deny number
steps:
- action: ask_number
- intent: deny
- action: ask_email