CallingBotService.ProcessIncomingCall(String) 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.
Method responsible for processing the data sent with POST request to incoming call URL
public string ProcessIncomingCall (string content);
abstract member ProcessIncomingCall : string -> string
override this.ProcessIncomingCall : string -> string
Public Function ProcessIncomingCall (content As String) As String
Parameters
- content
- String
The content of request
Returns
Returns the response that should be sent to the sender of POST request