CallingConversation Class

Definition

The top level composition root for calling SDK.

public static class CallingConversation
type CallingConversation = class
Public Class CallingConversation
Inheritance
CallingConversation

Fields

Container

Methods

RegisterCallingBot(Func<ICallingBotService,ICallingBot>)

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

SendAsync(HttpRequestMessage, CallRequestType)

Process a calling request within the calling conversaion.

Applies to