O365ConnectorCardActionCard.Inputs プロパティ

定義

O365ConnectorCardInputBase の任意のサブタイプに各項目を含めることができる、この ActionCard に含まれる入力のセットを取得または設定します。

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 に含まれる入力。

適用対象