DialogContext.IDialogStack.Done<R>(R) Method

Definition

void IDialogStack.Done<R> (R value);
abstract member Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack.Done : 'R -> unit
override this.Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack.Done : 'R -> unit
Sub Done(Of R) (value As R) Implements IDialogStack.Done

Type Parameters

R

Parameters

value
R

Implements

Applies to