CallingContext.ProcessRequest(CallRequestType) 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.
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
the parsed calling request.