SkillDialogOptions.SkillClient 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 BotFrameworkClient used to call the remote skill.
public Microsoft.Bot.Builder.Skills.BotFrameworkClient SkillClient { get; set; }
member this.SkillClient : Microsoft.Bot.Builder.Skills.BotFrameworkClient with get, set
Public Property SkillClient As BotFrameworkClient
Property Value
The BotFrameworkClient used to call the remote skill.