Beispiel #1
0
        public async Task <SkillResponse> Menu([FromBody] SkillRequest input)
        {
            var speechlet = new MenuSpeechlet();

            return(await speechlet.GetResponseAsync(input));
        }
        public async Task <HttpResponseMessage> Menu()
        {
            var speechlet = new MenuSpeechlet();

            return(await speechlet.GetResponseAsync(Request));
        }