TaskModuleContinueResponse Class
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.
Task Module Response with continue action.
public class TaskModuleContinueResponse : Microsoft.Bot.Schema.Teams.TaskModuleResponseBase
type TaskModuleContinueResponse = class
inherit TaskModuleResponseBase
Public Class TaskModuleContinueResponse
Inherits TaskModuleResponseBase
- Inheritance
Constructors
TaskModuleContinueResponse() |
Initializes a new instance of the TaskModuleContinueResponse class. |
TaskModuleContinueResponse(TaskModuleTaskInfo) |
Initializes a new instance of the TaskModuleContinueResponse class. |
Properties
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. |