Jaa


CardButtonComponent Class

Definition

Adaptive Card Extension card button component.

public class CardButtonComponent : Microsoft.Bot.Schema.SharePoint.BaseCardComponent, Microsoft.Bot.Schema.SharePoint.ICardButtonBase
type CardButtonComponent = class
    inherit BaseCardComponent
    interface ICardButtonBase
Public Class CardButtonComponent
Inherits BaseCardComponent
Implements ICardButtonBase
Inheritance
CardButtonComponent
Implements

Constructors

CardButtonComponent()

Initializes a new instance of the CardButtonComponent class.

Properties

Action

Gets or sets the button's action.

Id

Gets or sets optional unique identifier of the component's instance.

(Inherited from BaseCardComponent)
Style

Gets or sets the style of the button.

Title

Gets or sets the text to display.

Applies to