IBM / vr-speech-sandbox-vive

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
86 stars 50 forks source link

Change OnMessage for new Conversation API. #8

Closed scottdangelo closed 7 years ago

scottdangelo commented 7 years ago

The IBM Watson Conversation service has changed the object that is returned from a call to the Conversation service. Formerly, the object was a MessageResponse object that had fields that could be accessed with dot syntax. Now, the object is generic and the data returned must be parsed to get the entities and intents.

stevemar commented 7 years ago

lgtm, but i'll let other folks have a look too.