Created
April 26, 2018 14:14
-
-
Save pavlovmilen/4bccd64d296cbf83ea3f84d930fe1c63 to your computer and use it in GitHub Desktop.
alexa response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
innerResponse.Ssml = ssml.ToSsml(); | |
var response = ResponseBuilder.Tell(innerResponse); | |
response.Response.ShouldEndSession = false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment