Google-Actions-Java-SDK icon indicating copy to clipboard operation
Google-Actions-Java-SDK copied to clipboard

SSML

Open rvanderwerf opened this issue 8 years ago • 2 comments

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?

rvanderwerf avatar May 09 '17 03:05 rvanderwerf

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

frogermcs avatar May 09 '17 06:05 frogermcs

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

rvanderwerf avatar May 09 '17 23:05 rvanderwerf