Share via


TaskModuleMessageResponse Constructors

Definition

Overloads

TaskModuleMessageResponse()

Initializes a new instance of the TaskModuleMessageResponse class.

TaskModuleMessageResponse(String)

Initializes a new instance of the TaskModuleMessageResponse class.

TaskModuleMessageResponse()

Initializes a new instance of the TaskModuleMessageResponse class.

public TaskModuleMessageResponse ();
Public Sub New ()

Applies to

TaskModuleMessageResponse(String)

Initializes a new instance of the TaskModuleMessageResponse class.

public TaskModuleMessageResponse (string value = default);
new Microsoft.Bot.Schema.Teams.TaskModuleMessageResponse : string -> Microsoft.Bot.Schema.Teams.TaskModuleMessageResponse
Public Sub New (Optional value As String = Nothing)

Parameters

value
String

Teams will display the value of value in a popup message box.

Applies to