girishl
girishl

Reputation: 31

How to set intent in a watson conversation dialog

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

Answers (1)

Simon O'Doherty
Simon O'Doherty

Reputation: 9349

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.

Upvotes: 2

Related Questions