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

dialogueView

Field in DialogueAdvanceInput

Summary

The dialogue view that will be notified when the user performs the advance input (as configured by continueActionType and related fields.)

public DialogueViewBase dialogueView;

Remarks

When the input is performed, this dialogue view will have its UserRequestedViewAdvancement() method called.

Last updated

Was this helpful?