[Olympus developers 231]: Let's Go Dialog system

Michel Ianotto ianotto at metz.supelec.fr
Tue May 18 04:51:58 EDT 2010


Hi, 

We try to integrate a simulated user in the Let's Go dialog system. We have written code and we
begin to see some interactions between the simulated user and the dialog system. I explain you 
that we have done : 

    1 - We developped a server called "AgentSimServ" which is integrated as an Olympus agent in the dialog system. 
   We used  the code of the "TTYRecognitionServer" server for writing our server. 
    
    2 - The "AgentSimServ" receives frames from the dialog manager, below an example of frame : 
            string frame = {c launch_query :session_id "Default" :inframe "start
            {
            act request
            object how_may_i_help_you
           _repeat_counter 0
           system_version 1
            }
           end
     
    3 - Then the AgentSimServ analyses the frame and sends a sentence to the NLU server (Rosetta), via the hub, like "go to       the airport", or "yes" or "good bye",...
        

I ask myself two questions : first, I would like to know if that we have done is the good way to integrate a simulated user in the dialog system. Secondly, I would like to know if it is possible to run the Let's Go dialog system with only the dialog manager server and the simulated user server, because we want to test the interaction between these two servers. If it is 
possible to run only these two servers, how we can do that ?

Thank's in advance.

Michel Ianotto.



Michel Ianotto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20100518/d0321633/attachment.html


More information about the Olympus-developers mailing list