DialogTask.IDialogStack.Done<R>(R) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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