DialogSet.Find(String) Method

Definition

Searches the current DialogSet for a Dialog by its ID.

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

Parameters

dialogId
String

ID of the dialog to search for.

Returns

The dialog if found; otherwise null.

Applies to