Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetDialog

Packages that use SetDialog
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
 

Uses of SetDialog in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return SetDialog
 SetDialog SetDialog.setDialogId(String DialogId)
          Our Id of the dialog - we will match this Id in response messages and in PLI messages.
 SetDialog SetDialog.setId(UnrealId Id)
          Id of the player we want to set dialog for.
 SetDialog SetDialog.setOption0(String Option0)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption1(String Option1)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption2(String Option2)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption3(String Option3)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption4(String Option4)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption5(String Option5)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption6(String Option6)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption7(String Option7)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption8(String Option8)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setOption9(String Option9)
          One of the options (possible answers) for the dialog.
 SetDialog SetDialog.setText(String Text)
          Text of the dialog.
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type SetDialog
SetDialog(SetDialog original)
          Cloning constructor.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.