ReceiptCard.Facts Property

Definition

Gets or sets array of Fact objects.

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)

Property Value

The collection of Fact's.

Applies to