alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
817 stars 747 forks source link

Do not send SSML when there is no need to. #311

Closed kkocel closed 2 years ago

kkocel commented 2 years ago

I fixed one minor issue - there was an SSML stub sent that is not needed.

Types of changes

Checklist

License

kkocel commented 2 years ago

without this change empty output speech is being sent:

        "reprompt":
        {
            "outputSpeech":
            {
                "type": "SSML"
            },
            "directives":
            [