IAdaptiveCard Interface

Definition

An Adaptive Card that can be used in Windows.

public interface class IAdaptiveCard
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1926256268, 41588, 16845, 130, 168, 152, 157, 64, 185, 176, 94)]
struct IAdaptiveCard
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.Guid(1926256268, 41588, 16845, 130, 168, 152, 157, 64, 185, 176, 94)]
public interface IAdaptiveCard
Public Interface IAdaptiveCard
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

Adaptive Cards are a cross-platform framework for custom and interactive chat bot cards. Learn more about the framework and view associated samples.

Methods

ToJson()

Returns the JSON that represents this Adaptive Card.

Applies to

See also