Jaa


BotConfiguration.ConnectService(ConnectedService) Method

Definition

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.

Applies to