treethought / flask-assistant

Framework for Building Virtual Assistants with Dialogflow and python
Apache License 2.0
379 stars 101 forks source link

SSML break element not working #153

Open codeofdusk opened 3 years ago

codeofdusk commented 3 years ago

The following should produce a pause between test and message, but no pause occurs:

return tell("Test <break/> message", is_ssml=True)