ICallingBotService.ProcessIncomingCall(String) Method

Definition

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

public string ProcessIncomingCall (string content);
abstract member ProcessIncomingCall : string -> string
Public Function ProcessIncomingCall (content As String) As String

Parameters

content
String

The content of request

Returns

String

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

Applies to