AdaptiveDialog.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.
Gets Dialog enumerated dependencies.
public 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 NotOverridable Function GetDependencies () As IEnumerable(Of Dialog)
Returns
Dialog enumerated dependencies.