TextRequestModelFactory.TextingWebhookInput 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.
Creates a new instance of TextingWebhookInput(String, Nullable<Event>, String).
public static Azure.Connectors.Sdk.TextRequest.Models.TextingWebhookInput TextingWebhookInput(string targetUrl = default, Azure.Connectors.Sdk.TextRequest.Models.Event? event = default, string httpVerb = default);
static member TextingWebhookInput : string * Nullable<Azure.Connectors.Sdk.TextRequest.Models.Event> * string -> Azure.Connectors.Sdk.TextRequest.Models.TextingWebhookInput
Public Shared Function TextingWebhookInput (Optional targetUrl As String = Nothing, Optional event As Nullable(Of Event) = Nothing, Optional httpVerb As String = Nothing) As TextingWebhookInput
Parameters
- targetUrl
- String
- httpVerb
- String