TeamsModelFactory.PostToConversationResponse(String, String, 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.
Creates a new instance of PostToConversationResponse(String, String, String).
public static Azure.Connectors.Sdk.Teams.Models.PostToConversationResponse PostToConversationResponse(string messageId = default, string messageLink = default, string conversationId = default);
static member PostToConversationResponse : string * string * string -> Azure.Connectors.Sdk.Teams.Models.PostToConversationResponse
Public Shared Function PostToConversationResponse (Optional messageId As String = Nothing, Optional messageLink As String = Nothing, Optional conversationId As String = Nothing) As PostToConversationResponse
Parameters
- messageId
- String
- messageLink
- String
- conversationId
- String