Udostępnij przez


TaskModuleContinueResponse Class

Definition

Task Module Response with continue action.

public class TaskModuleContinueResponse : Microsoft.Agents.Extensions.Teams.Models.TaskModuleResponseBase
type TaskModuleContinueResponse = class
    inherit TaskModuleResponseBase
Public Class TaskModuleContinueResponse
Inherits TaskModuleResponseBase
Inheritance
TaskModuleContinueResponse

Constructors

TaskModuleContinueResponse()

Initializes a new instance of the TaskModuleContinueResponse class.

TaskModuleContinueResponse(TaskModuleTaskInfo)

Initializes a new instance of the TaskModuleContinueResponse class.

Properties

Properties

Gets properties that are not defined by the TaskModuleResponseBase type but that might appear in the serialized REST JSON object. In this case, it would properties defined by derived types.

(Inherited from TaskModuleResponseBase)
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 card to appear in the task module.

Applies to