WebexModelFactory.SendMessageResponse 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 SendMessageResponse(Nullable<DateTime>, String, String, String, String, String, String, String).
public static Azure.Connectors.Sdk.Webex.Models.SendMessageResponse SendMessageResponse(DateTime? created = default, string id = default, string personEmail = default, string personId = default, string roomId = default, string roomType = default, string text = default, string toPersonEmail = default);
static member SendMessageResponse : Nullable<DateTime> * string * string * string * string * string * string * string -> Azure.Connectors.Sdk.Webex.Models.SendMessageResponse
Public Shared Function SendMessageResponse (Optional created As Nullable(Of DateTime) = Nothing, Optional id As String = Nothing, Optional personEmail As String = Nothing, Optional personId As String = Nothing, Optional roomId As String = Nothing, Optional roomType As String = Nothing, Optional text As String = Nothing, Optional toPersonEmail As String = Nothing) As SendMessageResponse
Parameters
- id
- String
- personEmail
- String
- personId
- String
- roomId
- String
- roomType
- String
- text
- String
- toPersonEmail
- String