WaterfallDialog.GetVersion Method

Definition

Gets a unique string which represents the version of this dialog. If the version changes between turns the dialog system will emit a DialogChanged event.

public override string GetVersion ();
override this.GetVersion : unit -> string
Public Overrides Function GetVersion () As String

Returns

String

Version will change when steps count changes (because dialog has no way of evaluating the content of the steps.

Applies to