frogermcs / Google-Actions-Java-SDK

(Deprecated) Unofficial Google Actions Java SDK - for Android engineers and all Java lovers
Other
275 stars 33 forks source link

SSML #3

Open rvanderwerf opened 7 years ago

rvanderwerf commented 7 years ago

I know it's not directly supported but it would seem just passing it back via string would work - but google just reads all the markup out. Is there a flag on the response I can add somewhere in the response to enable it?

frogermcs commented 7 years ago

Not yet, but it's planned for the future :) . Currently you have to add SSML code directly to RootResponse.

rvanderwerf commented 7 years ago

gotcha.. I just need to find some json that comes back from the node sdk with SSML and modify the sdk to make it look like that