ActionResponse.Message(String) Constructor

Definition

Caution

Constructors of types with required members are not supported in this version of your compiler.

[System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)]
public Message(string value);
[<System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)>]
new Microsoft.Teams.Api.AdaptiveCards.ActionResponse.Message : string -> Microsoft.Teams.Api.AdaptiveCards.ActionResponse.Message
Public Sub New (value As String)

Parameters

value
String
Attributes

Applies to