WebexModelFactory.SendMessageInput 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 SendMessageInput(List<String>, String, String, String, String, String).
public static Azure.Connectors.Sdk.Webex.Models.SendMessageInput SendMessageInput(System.Collections.Generic.List<string> files = default, string markdown = default, string roomId = default, string text = default, string toPersonEmail = default, string toPersonId = default);
static member SendMessageInput : System.Collections.Generic.List<string> * string * string * string * string * string -> Azure.Connectors.Sdk.Webex.Models.SendMessageInput
Public Shared Function SendMessageInput (Optional files As List(Of String) = Nothing, Optional markdown As String = Nothing, Optional roomId As String = Nothing, Optional text As String = Nothing, Optional toPersonEmail As String = Nothing, Optional toPersonId As String = Nothing) As SendMessageInput
Parameters
- markdown
- String
- roomId
- String
- text
- String
- toPersonEmail
- String
- toPersonId
- String