| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SetDialog(SetDialog original)
Cloning constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.