TaskModuleMessageResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.