flask-assistant
flask-assistant copied to clipboard
SSML break element not working
The following should produce a pause between test and message, but no pause occurs:
return tell("Test <break/> message", is_ssml=True)