DialogContext.FindDialog(String) Method

Definition

Find the dialog id for the given context.

public Microsoft.Bot.Builder.Dialogs.Dialog FindDialog (string dialogId);
member this.FindDialog : string -> Microsoft.Bot.Builder.Dialogs.Dialog
Public Function FindDialog (dialogId As String) As Dialog

Parameters

dialogId
String

dialog id to find.

Returns

dialog with that id.

Applies to