TaskModuleContinueResponse 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
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.Bot.Schema.Teams.TaskModuleTaskInfo value = default);
new Microsoft.Bot.Schema.Teams.TaskModuleContinueResponse : Microsoft.Bot.Schema.Teams.TaskModuleTaskInfo -> Microsoft.Bot.Schema.Teams.TaskModuleContinueResponse
Public Sub New (Optional value As TaskModuleTaskInfo = Nothing)
Parameters
- value
- TaskModuleTaskInfo
The JSON for the Adaptive card to appear in the task module.