ActionResponse(ContentType) 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 ActionResponse(Microsoft.Teams.Api.ContentType contentType);
[<System.Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)>]
new Microsoft.Teams.Api.AdaptiveCards.ActionResponse : Microsoft.Teams.Api.ContentType -> Microsoft.Teams.Api.AdaptiveCards.ActionResponse
Public Sub New (contentType As ContentType)

Parameters

contentType
ContentType
Attributes

Applies to