watson-developer-cloud
Advanced tools
Changelog
intents
, entities
and output
parameters in ConveersationV1.message()alternate_intents
parameter in ConversationV1.message()Changelog
new watson.PersonalityInsightsV2({/*...*/});
instead of watson.personality_insights({/*...*/});
. Older method still worksSeveral breaking changes were introduced with the v1.0.0 release:
v1
is now v1-beta
v1
is now v1-beta
v1
is now v1-beta
v3
is now v3
(latest) or v3-beta
(compatibility with old Beta plan)v1
is now v1-experimental
v1
is now v1-beta
createRecognizeStream()
method replacing the existing live streaming methods with a simpler Read/Write stream.
The older methods are still available in v1.0 but each log a deprecation warning (unless {silent: true}
is passed in) and will be removed from a future release.
The affected methods are:
recognizeLive()
observeResult()
getRecognizeStatus()
convert()
method; it no longer offers batch conversion or cloud storage of files.