Share via


O365ConnectorCardViewAction Class

Definition

Content type for O365ConnectorCardViewAction.

public class O365ConnectorCardViewAction : Microsoft.Bot.Schema.Teams.O365ConnectorCardActionBase
type O365ConnectorCardViewAction = class
    inherit O365ConnectorCardActionBase
Public Class O365ConnectorCardViewAction
Inherits O365ConnectorCardActionBase
Inheritance
O365ConnectorCardViewAction

Constructors

O365ConnectorCardViewAction()

Initializes a new instance of the O365ConnectorCardViewAction class.

O365ConnectorCardViewAction(String, String, String, IList<String>)

Initializes a new instance of the O365ConnectorCardViewAction class.

Fields

Type

Content type to be used in the @type property.

Properties

Id

Gets or sets action ID.

(Inherited from O365ConnectorCardActionBase)
Name

Gets or sets name of the action that will be used as button title.

(Inherited from O365ConnectorCardActionBase)
Target

Gets or sets target urls, only the first url effective for card button.

Applies to