예제 #1
0
        public void Post([FromBody] string value)
        {
            var speechlet = new SampleSessionSpeechlet();

            return(speechlet.GetResponse(Request));
        }
예제 #2
0
        public HttpResponseMessage Post()
        {
            var speechlet = new SampleSessionSpeechlet();

            return(speechlet.GetResponse(this.Request));
        }