SkillDialogOptions.Skill Property

Definition

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.

Applies to