Share via


O365ConnectorCardActionCard.Inputs Property

Definition

Gets or sets set of inputs contained in this ActionCard whose each item can be in any subtype of 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)

Property Value

The inputs contained in the ActionCard.

Applies to