ICallingBotService.ProcessIncomingCallAsync(String) Method

Definition

Method responsible for processing the data sent with POST request to incoming call URL

public System.Threading.Tasks.Task<string> ProcessIncomingCallAsync (string content);
abstract member ProcessIncomingCallAsync : string -> System.Threading.Tasks.Task<string>
Public Function ProcessIncomingCallAsync (content As String) As Task(Of String)

Parameters

content
String

The content of request

Returns

Task<String>

Returns the response that should be sent to the sender of POST request

Applies to