다음을 통해 공유


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에 포함된 입력입니다.

적용 대상