Partager via


TaskModuleMessageResponse Class

Definition

Task Module response with message action.

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

Constructors

TaskModuleMessageResponse()

Initializes a new instance of the TaskModuleMessageResponse class.

TaskModuleMessageResponse(String)

Initializes a new instance of the TaskModuleMessageResponse 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 Teams will display the value of value in a popup message box.

Applies to