watson-developer-cloud / node-red-node-watson

A collection of nodes for the IBM Watson services
Apache License 2.0
82 stars 86 forks source link

Update Watson Assistant Node #425

Closed stefanopog closed 6 years ago

stefanopog commented 6 years ago

The "Try It" option in the Watson Assistant workspace already integrates:

The APIs only give me back the FIRST "TEXT" option. Would it be possible to align the NodeRed version to the behavior of the "Try It" ?

Thanks /Stefano

stefanopog commented 6 years ago

What is missing is the GENERIC attribute under OUTPUT

chughts commented 6 years ago

The update to default to the latest API version should be in the next release. I can't say when that will be as I need to find spare time to work through some low hanging fruit. It is, however, possible to use the latest version now, by setting by setting msg.params.version to ‘2018-07-10’

stefanopog commented 6 years ago

Yeah ! Thank you !

chughts commented 6 years ago

Fixed in 0.7.4 Awaiting test completion and release