Property | Type | Description | |
---|---|---|---|
conversationFile | List | ||
dialogueContexts | List |
Method | Description | |
---|---|---|
Initialize ( ) : void |
Initialize this dialogue manager.
|
|
StartConversation ( |
Find the conversation with the correct name and create a Dialogue Controller to manage that conversation.
|
public abstract StartConversation ( |
||
serializedConversation | The data of the conversation to start. | |
context | AbstractDialogueContext, | The dialogue context to attatch to the controller. |
return | DialogueController, |