For the complete documentation index, see llms.txt. This page is also available as Markdown.

StartDialogue(string)

Method in DialogueRunner

Summary

Start the dialogue from a specific node.

public void StartDialogue(string startNode)

Parameters

Name
Description

string startNode

The name of the node to start running from.

Last updated

Was this helpful?