Skip to content

Instantly share code, notes, and snippets.

@pavlovmilen
Created April 26, 2018 14:14
Show Gist options
  • Save pavlovmilen/4bccd64d296cbf83ea3f84d930fe1c63 to your computer and use it in GitHub Desktop.
Save pavlovmilen/4bccd64d296cbf83ea3f84d930fe1c63 to your computer and use it in GitHub Desktop.
alexa response
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