แชร์ผ่าน


TaskModuleCardResponse Class

Definition

Tab Response to 'task/submit' from a tab.

public class TaskModuleCardResponse : Microsoft.Bot.Schema.Teams.TaskModuleResponseBase
type TaskModuleCardResponse = class
    inherit TaskModuleResponseBase
Public Class TaskModuleCardResponse
Inherits TaskModuleResponseBase
Inheritance
TaskModuleCardResponse

Constructors

TaskModuleCardResponse()

Initializes a new instance of the TaskModuleCardResponse class.

TaskModuleCardResponse(TabResponse)

Initializes a new instance of the TaskModuleCardResponse class.

Properties

Type

Gets or sets choice of action options when responding to the task/submit message. Possible values include: 'message', 'continue'.

(Inherited from TaskModuleResponseBase)
Value

Gets or sets the JSON for the Adaptive cards to appear in the tab.

Applies to