프로퍼티 | 타입 | 설명 | |
---|---|---|---|
conversationFile | List | ||
dialogueContexts | List |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | DialogueController, |