O365ConnectorCardActionCard Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Content type for O365ConnectorCardActionCard.
public class O365ConnectorCardActionCard : Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase
type O365ConnectorCardActionCard = class
inherit O365ConnectorCardActionBase
Public Class O365ConnectorCardActionCard
Inherits O365ConnectorCardActionBase
- Inheritance
Constructors
O365ConnectorCardActionCard() |
Initializes a new instance of the O365ConnectorCardActionCard class. |
O365ConnectorCardActionCard(String, String, String, IList<O365ConnectorCardInputBase>, IList<O365ConnectorCardActionBase>) |
Initializes a new instance of the O365ConnectorCardActionCard class. |
Fields
Type |
Content type to be used in the @type property. |
Properties
Actions |
Gets or sets set of actions contained in this ActionCard whose each item can be in any subtype of O365ConnectorCardActionBase except O365ConnectorCardActionCard, as nested ActionCard is forbidden. |
Id |
Gets or sets action ID. (Inherited from O365ConnectorCardActionBase) |
Inputs |
Gets or sets set of inputs contained in this ActionCard whose each item can be in any subtype of O365ConnectorCardInputBase. |
Name |
Gets or sets name of the action that will be used as button title. (Inherited from O365ConnectorCardActionBase) |