-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Wrap response text in a <speak> tag by default. This means that there will be no need to designate SSML usage: it'll 'just work':
respond("Hi there") # => "<speak>Hi there</speak>"
respond("<say-as interpret-as="spell-out">hello</say-as>") # => "<speak><say-as="spell-out">hello</say-as></speak>"If the user writes SSML with
<speak>tags, strip them out, as nested<speak>tags break Alexa.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels