TaskModuleTaskInfo.Card Property

Definition

Gets or sets the JSON for the Adaptive card to appear in the task module.

public Microsoft.Bot.Schema.Attachment Card { get; set; }
member this.Card : Microsoft.Bot.Schema.Attachment with get, set
Public Property Card As Attachment

Property Value

The JSON for the Adaptive card to appear in the task module.

Applies to