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

DialogueViews

Property in DialogueRunner

Summary

Gets or sets the collection of dialogue presenters attached to this dialogue runner.

public IEnumerable<DialoguePresenterBase?> DialogueViews { get; set; }

Remarks

This property is deprecated. Use DialoguePresenters instead.

Last updated

Was this helpful?