Class
BasicCardContext

Represents a context that holds information about a basic card displayed in the chat.

Definition

Constructors

BasicCardContext()

Declaration

cs-api-definition
public BasicCardContext()

Properties

Description

Gets or sets the description of the card message.

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

Subtitle

Gets or sets the subtitle of the card message.

Declaration

cs-api-definition
public string Subtitle { get; set; }

Property Value

string

Title

Gets or sets the title of the card message.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string