O365ConnectorCard.PotentialAction 属性

定义

获取或设置当前卡片的操作集。

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

属性值

当前卡片的操作。

适用于