In the Translation prebuilt app it seems it can response in different language based on user input, but I could not figure out how to specify it in my fulfillment hook.
SSML has a <lang>
tag but it does not seems to be supported by Actions on Google, I suppose I can use <audio>
and another API to get audio for the other language?
If that is not possible can we specify language for a response?