IAdaptiveCard インターフェイス

定義

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
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

アダプティブ カードは、カスタムおよび対話型のチャット ボット カード用のクロスプラットフォーム フレームワークです。 フレームワークの詳細を確認し、関連するサンプルを表示します。

メソッド

ToJson()

このアダプティブ カードを表す JSON を返します。

適用対象

こちらもご覧ください