ReceiptCard.Facts プロパティ

定義

Fact オブジェクトの配列を取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Fact> Facts { get; set; }
member this.Facts : System.Collections.Generic.IList<Microsoft.Bot.Schema.Fact> with get, set
Public Property Facts As IList(Of Fact)

プロパティ値

Factコレクション。

適用対象