Partager via


TaskModuleContinueResponse Constructors

Definition

Overloads

TaskModuleContinueResponse()

Initializes a new instance of the TaskModuleContinueResponse class.

TaskModuleContinueResponse(TaskModuleTaskInfo)

Initializes a new instance of the TaskModuleContinueResponse class.

TaskModuleContinueResponse()

Initializes a new instance of the TaskModuleContinueResponse class.

public TaskModuleContinueResponse();
Public Sub New ()

Applies to

TaskModuleContinueResponse(TaskModuleTaskInfo)

Initializes a new instance of the TaskModuleContinueResponse class.

public TaskModuleContinueResponse(Microsoft.Agents.Extensions.Teams.Models.TaskModuleTaskInfo value = default);
new Microsoft.Agents.Extensions.Teams.Models.TaskModuleContinueResponse : Microsoft.Agents.Extensions.Teams.Models.TaskModuleTaskInfo -> Microsoft.Agents.Extensions.Teams.Models.TaskModuleContinueResponse
Public Sub New (Optional value As TaskModuleTaskInfo = Nothing)

Parameters

value
TaskModuleTaskInfo

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

Applies to