Reputation: 31
This is about Watson Conversation Dialogs
I have an app that sends some webhook information which has some pre-defined Watson Intent. How can I jump directly to the nodes that deals with that intent?
Upvotes: 1
Views: 319
Reputation: 9349
There is two ways to do this.
You can use a trained question/keyword and that should 100% match.
If you preload the intents
object, then it will treat that as the actual intent.
Upvotes: 2