TaskModuleCardResponse 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.
Tab Response to 'task/submit' from a tab.
public class TaskModuleCardResponse : Microsoft.Agents.Extensions.Teams.Models.TaskModuleResponseBase
type TaskModuleCardResponse = class
inherit TaskModuleResponseBase
Public Class TaskModuleCardResponse
Inherits TaskModuleResponseBase
- Inheritance
Constructors
| TaskModuleCardResponse() |
Initializes a new instance of the TaskModuleCardResponse class. |
| TaskModuleCardResponse(TabResponse) |
Initializes a new instance of the TaskModuleCardResponse 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 the JSON for the Adaptive cards to appear in the tab. |