CallingConversation.RegisterCallingBot(Func<ICallingBotService,ICallingBot>) 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.
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.