TextRequestModelFactory.SendMessageByPhoneNumberInput 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 SendMessageByPhoneNumberInput(String, String, String, String, List<String>).
public static Azure.Connectors.Sdk.TextRequest.Models.SendMessageByPhoneNumberInput SendMessageByPhoneNumberInput(string messageBody = default, string nameOfTheSender = default, string callbackUrlForWhenTheMessageStatusUpdates = default, string callbackUrlForLocationRequestsIfThisMessageIncludesOne = default, System.Collections.Generic.List<string> mmsMediaAttachmentsForThisMessage = default);
static member SendMessageByPhoneNumberInput : string * string * string * string * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.TextRequest.Models.SendMessageByPhoneNumberInput
Public Shared Function SendMessageByPhoneNumberInput (Optional messageBody As String = Nothing, Optional nameOfTheSender As String = Nothing, Optional callbackUrlForWhenTheMessageStatusUpdates As String = Nothing, Optional callbackUrlForLocationRequestsIfThisMessageIncludesOne As String = Nothing, Optional mmsMediaAttachmentsForThisMessage As List(Of String) = Nothing) As SendMessageByPhoneNumberInput
Parameters
- messageBody
- String
- nameOfTheSender
- String
- callbackUrlForWhenTheMessageStatusUpdates
- String
- callbackUrlForLocationRequestsIfThisMessageIncludesOne
- String