ConfigurationBotFrameworkAuthentication.CreateBotFrameworkClient 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.
Creates a BotFrameworkClient used for calling Skills.
public override Microsoft.Bot.Builder.Skills.BotFrameworkClient CreateBotFrameworkClient ();
override this.CreateBotFrameworkClient : unit -> Microsoft.Bot.Builder.Skills.BotFrameworkClient
Public Overrides Function CreateBotFrameworkClient () As BotFrameworkClient
Returns
A BotFrameworkClient instance to call Skills.