check intent source #1812
Replies: 3 comments 1 reply
-
I'm not sure what exactly you are asking. Bu your flow should follow for intent parsing. Also it can be that once you ask how can I help you further you have something like this And intent parser looks like. |
Beta Was this translation helpful? Give feedback.
-
Also with intent parser triggers you just have to define events section. In this case intent is |
Beta Was this translation helpful? Give feedback.
-
Here I made the variable I told you (I don't know, it's a good practice) Here I do the validation (the client will always have to identify himself) So I can be very accurate in the intent request NOTE: This chat is not working, but I know that in theory it should |
Beta Was this translation helpful? Give feedback.
-
remdex, I would like to ask you for guidance/opinion
I use RASA to see my Intents.
And basically everything always leads me to the next flow.
LHC makes a CRM REST API
Collect User ID
Returns the user ID contracts.
1 and 2 standard flow (always happens)
Intent Pay bill
flow A
Intert Track order
Flow B
My question is:
from step 3 you could use (Check for conditions to proceed) to redirect to REST API, so how would it be correct to do that? Should I create a variable (IntentName) and always update it to perform (Check for conditions to proceed) or is there a smarter way to do this?
Beta Was this translation helpful? Give feedback.
All reactions