You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Do we need to create one trigger for each intent? If yes, then I think, we need to re-write some code blocks in all the intents(say 80 intent in my case), which is not an easier way. Please confirm.
In our case, we pass the recognized intents to a SharePoint list and filter a value to give it as an answer to the user. This is the same for each intents. So creating 80 triggers for 80 intents is difficult.
Or is there any way how to identify intents without intent recognized trigger?