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

DialogueTask

Property in DialogueRunner

Summary

Gets a YarnTask that completes when the dialogue runner finishes its dialogue.

public YarnTask DialogueTask { get; }

Remarks

If the dialogue is not currently running when this property is accessed, the property returns a task that is already complete.

Last updated

Was this helpful?