DialogContext.FindDialog(String) 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.
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.