다음을 통해 공유


BasicCard.Buttons 속성

정의

현재 카드에 적용할 수 있는 작업 집합을 가져오거나 설정합니다.

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

속성 값

현재 카드에 적용되는 작업입니다.

적용 대상