다음을 통해 공유


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컬렉션입니다.

적용 대상