Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add SSML to Custom Skill 2.0 #650

Open
Kaldesh84 opened this issue Oct 11, 2023 · 1 comment
Open

Feature request: Add SSML to Custom Skill 2.0 #650

Kaldesh84 opened this issue Oct 11, 2023 · 1 comment

Comments

@Kaldesh84
Copy link

I use SSML for most of my Alexa announcements/speak commands to make it sound a little more natural.
I would like to also use SSML functionalities when using the Custom Skill 2.0.

So when I trigger a dialog with Alexa from a script, I'd like to set the textCommand data point to something like this:

"sage i.o. broker starte dialog mit <speak><amazon:auto-breaths>Die Garage ist seit 15 Minuten offen. Soll ich sie schließen?</amazon:auto-breaths></speak>"

and have the SSML tags interpreted for the dialog initiation.

This is not possible right now. Also SSML tags don't work in the responseText field of the JSON that I set to iot.0.smart.lastResponse.
Both for the starting sentence and the responseText, nothing will be said by Alexa.

@Kaldesh84 Kaldesh84 changed the title Add SSML to Custom Skill 2.0 Feature request: Add SSML to Custom Skill 2.0 Oct 11, 2023
@Apollon77
Copy link
Collaborator

We need to check if and how this is supported for custom skills at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants