Watson Assistant V2 trouble with setting intents of message

Hi,

I have a chatbot project that integrates FB Messenger and Google Vision nodes through Node-Red.
I send the picture through Messenger which goes to the Vision API. I need to feed the image classification results back to Watson Assistant, but I want to force the node to use a certain intent in the assistant to perform specific actions, rather than it just being vanilla input.

The info on the Node shows that it is possible to set this as msg.params.intents, but says to 'see API documentation'.

The documentation states that the intents requires an intent and the confidence value, but doesn't give syntax specifics, and also cannot find any examples online. I have tried several things but cannot seem to set the intent properly to trigger that dialog path.

Any help would be much appreciated!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.