BotConfiguration.ConnectService(ConnectedService) 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.
Connect a service to the bot file.
public void ConnectService (Microsoft.Bot.Configuration.ConnectedService newService);
member this.ConnectService : Microsoft.Bot.Configuration.ConnectedService -> unit
Public Sub ConnectService (newService As ConnectedService)
Parameters
- newService
- ConnectedService
ConnectedService to add.