IDialogDependencies.GetDependencies 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.
Enumerate child dialog dependencies so they can be added to the containers dialogset.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Dialog> GetDependencies ();
abstract member GetDependencies : unit -> seq<Microsoft.Bot.Builder.Dialogs.Dialog>
Public Function GetDependencies () As IEnumerable(Of Dialog)
Returns
dialog enumeration.