BotFrameworkAuthentication.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 virtual Microsoft.Bot.Builder.Skills.BotFrameworkClient CreateBotFrameworkClient ();
abstract member CreateBotFrameworkClient : unit -> Microsoft.Bot.Builder.Skills.BotFrameworkClient
override this.CreateBotFrameworkClient : unit -> Microsoft.Bot.Builder.Skills.BotFrameworkClient
Public Overridable Function CreateBotFrameworkClient () As BotFrameworkClient
Returns
A BotFrameworkClient instance to call Skills.