BotFrameworkConfigurationBuilder(BotFrameworkOptions) Constructor
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.
Initializes a new instance of the BotFrameworkConfigurationBuilder class.
public BotFrameworkConfigurationBuilder (Microsoft.Bot.Builder.Integration.BotFrameworkOptions botFrameworkOptions);
new Microsoft.Bot.Builder.Integration.AspNet.WebApi.BotFrameworkConfigurationBuilder : Microsoft.Bot.Builder.Integration.BotFrameworkOptions -> Microsoft.Bot.Builder.Integration.AspNet.WebApi.BotFrameworkConfigurationBuilder
Public Sub New (botFrameworkOptions As BotFrameworkOptions)
Parameters
- botFrameworkOptions
- BotFrameworkOptions
An instance of BotFrameworkOptions.