1
votes

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?

1

1 Answers

2
votes

There is two ways to do this.

  1. You can use a trained question/keyword and that should 100% match.

  2. If you preload the intents object, then it will treat that as the actual intent.