예제 #1
0
        public ChatResponse GetChat(string word, string name)
        {
            var dservice = new Docomo.DocomoService();

            response.utt = word;
            response     = dservice.GetChat(response, name);

            return(response);
        }
예제 #2
0
        public static string GetChat(string word, string name)
        {
            var dservice = new Docomo.DocomoService();

            return(dservice.GetChat(word, name));
        }