O365ConnectorCardActionCard.Inputs 属性

定义

获取或设置此 ActionCard 中包含的一组输入,每个项都可以位于 O365ConnectorCardInputBase 的任何子类型中。

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

属性值

ActionCard 中包含的输入。

适用于