As you can see in my previous question (https://developer.ibm.com/answers/questions/375004/why-does-italian-ibm-conversation-workspace-show-a.html#answer-375315), I had problems due to bad choice of ConversationService version.
In the API Reference (https://www.ibm.com/watson/developercloud/conversation/api/v1/?java#send_message), it is suggested to use the following version:
ConversationService service = new ConversationService("2017-04-21");
However, in ConversationService properties there isn't:
ConversationService.VERSION_DATE_2017_04_21
The last version in properties is:
ConversationService.VERSION_DATE_2017_02_03
I experienced that there are many differences between these two versions.
Answer by MitchMason (5376) | May 16, 2017 at 03:42 PM
Where do you see conversationService properties? You pretty much always want to be using the most recent version of the api. Always outlined in release notes and the api reference. https://www.ibm.com/watson/developercloud/doc/conversation/release-notes.html https://www.ibm.com/watson/developercloud/conversation/api/v1/#authentication
WAS Liberty 17.0.0.1 does not work with Watson Java SDK 2 Answers
Watson conversation: Detecting entities within a sentence having some intent for untrained cases 1 Answer
Date reformat in watson conversation 1 Answer
How do I create an "oops, I don't understand" response if the user doesn't put a 5 digit zip code 1 Answer
,Is it possible to disable absolute scoring in conversation version 2017-04-21? 1 Answer