MessageActionsPayloadBody Constructors
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.
Overloads
MessageActionsPayloadBody() |
Initializes a new instance of the MessageActionsPayloadBody class. |
MessageActionsPayloadBody(String, String) |
Initializes a new instance of the MessageActionsPayloadBody class. |
MessageActionsPayloadBody()
Initializes a new instance of the MessageActionsPayloadBody class.
public MessageActionsPayloadBody ();
Public Sub New ()
Applies to
MessageActionsPayloadBody(String, String)
Initializes a new instance of the MessageActionsPayloadBody class.
public MessageActionsPayloadBody (string contentType = default, string content = default);
new Microsoft.Bot.Schema.Teams.MessageActionsPayloadBody : string * string -> Microsoft.Bot.Schema.Teams.MessageActionsPayloadBody
Public Sub New (Optional contentType As String = Nothing, Optional content As String = Nothing)
Parameters
- contentType
- String
Type of the content. Possible values include: 'html', 'text'.
- content
- String
The content of the body.