SkillDialogOptions.Skill Property
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 or sets the BotFrameworkSkill that the dialog will call.
public Microsoft.Bot.Builder.Skills.BotFrameworkSkill Skill { get; set; }
member this.Skill : Microsoft.Bot.Builder.Skills.BotFrameworkSkill with get, set
Public Property Skill As BotFrameworkSkill
Property Value
The BotFrameworkSkill that the dialog will call.