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