WASdev / sample.voice.gateway

Lots of helpful samples to help jumpstart development with the IBM Voice Gateway.
Apache License 2.0
62 stars 112 forks source link

SOE Java SDK Watson Assistant V1 #212

Closed sarahbacha closed 4 years ago

sarahbacha commented 4 years ago

Hello This might be more of an sdk issue, but returning a message response from the sdk message function we are getting this error

MessageResponse messageResponse = assistant.message(options).execute().getResult();

We are getting a response back and we are able to log it, but we can't return the response back without getting that error

No serializer found for class com.ibm.watson.assistant.v1.model.RuntimeResponseGeneric and no properties discovered to create BeanSerializer