Beispiel #1
0
        public void Hello()
        {
            var speechlet = new DocumentSessionSpeechlet();

            string docNam = speechlet.docNam;
            string docCon = speechlet.docCon;

            Clients.All.hello();
        }
Beispiel #2
0
        public HttpResponseMessage SampleSession()
        {
            var speechlet = new DocumentSessionSpeechlet();

            return(speechlet.GetResponse(Request));
        }