CallingContext.ProcessRequest(CallRequestType) Method

Definition

Process the calling request and returns ParsedCallingRequest.

public virtual System.Threading.Tasks.Task<Microsoft.Bot.Builder.Calling.ParsedCallingRequest> ProcessRequest (Microsoft.Bot.Builder.Calling.CallRequestType callType);
abstract member ProcessRequest : Microsoft.Bot.Builder.Calling.CallRequestType -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Calling.ParsedCallingRequest>
override this.ProcessRequest : Microsoft.Bot.Builder.Calling.CallRequestType -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Calling.ParsedCallingRequest>
Public Overridable Function ProcessRequest (callType As CallRequestType) As Task(Of ParsedCallingRequest)

Parameters

callType
CallRequestType

The type of calling request.

Returns

Task<ParsedCallingRequest>

the parsed calling request.

Applies to