This commit is contained in:
Tommy Parnell
2016-12-02 12:59:35 -05:00
parent 227e81ba58
commit 322f417a54

View File

@@ -40,7 +40,7 @@ namespace alexa.dev.excuses
new SpeechletResponse()
{
OutputSpeech = new PlainTextOutputSpeech() { Text = a.GetAwaiter().GetResult() },
ShouldEndSession = true;
ShouldEndSession = true
});
}
public static async Task<string> GetExcuses()