CallingConversation.RegisterCallingBot(Func<ICallingBotService,ICallingBot>) Method

Definition

Register the instance of calling bot responsible for handling the calling requests.

public static void RegisterCallingBot (Func<Microsoft.Bot.Builder.Calling.ICallingBotService,Microsoft.Bot.Builder.Calling.ICallingBot> MakeCallingBot);
static member RegisterCallingBot : Func<Microsoft.Bot.Builder.Calling.ICallingBotService, Microsoft.Bot.Builder.Calling.ICallingBot> -> unit
Public Shared Sub RegisterCallingBot (MakeCallingBot As Func(Of ICallingBotService, ICallingBot))

Parameters

MakeCallingBot
Func<ICallingBotService,ICallingBot>

The factory method to make the calling bot.

Applies to