CallingBotService.ProcessIncomingCallAsync(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 System.Threading.Tasks.Task<string> ProcessIncomingCallAsync (string content);
abstract member ProcessIncomingCallAsync : string -> System.Threading.Tasks.Task<string>
override this.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
Returns the response that should be sent to the sender of POST request