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 集合。

適用於