Watson-Personal-Assistant / AudioClientSampleCodeJava

Apache License 2.0
1 stars 5 forks source link

Uncomment language in properties until code changes can be implemented #11

Closed esilky closed 5 years ago

esilky commented 5 years ago

The audio client is not sending a language value to the server if one isn't specified in the properties file and the server does not respond correctly if it doesn't receive a language value in the request.

As a quick fix, this change is uncommenting the language property. A separate change will be submitted for the code to provide the default language value (en-US) in the requests if the property doesn't exist.

esilky commented 5 years ago

This is the same change as that in PR#10. Closing the one.