TaskModuleAction 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.
Adapter class to represent BotBuilder card action as adaptive card action (in type of Action.Submit).
public class TaskModuleAction : Microsoft.Bot.Schema.CardAction
type TaskModuleAction = class
inherit CardAction
Public Class TaskModuleAction
Inherits CardAction
- Inheritance
Constructors
TaskModuleAction(String, Object) |
Initializes a new instance of the TaskModuleAction class. |
Properties
ChannelData |
Gets or sets channel-specific data associated with this action. (Inherited from CardAction) |
DisplayText |
Gets or sets (Optional) text to display in the chat feed if the button is clicked. (Inherited from CardAction) |
Image |
Gets or sets image URL which will appear on the button, next to text label. (Inherited from CardAction) |
ImageAltText |
Gets or sets alternate text to be used for the Image property. (Inherited from CardAction) |
Text |
Gets or sets text for this action. (Inherited from CardAction) |
Title |
Gets or sets text description which appears on the button. (Inherited from CardAction) |
Type |
Gets or sets the type of action implemented by this button. Possible values include: 'openUrl', 'imBack', 'postBack','playAudio', 'playVideo', 'showImage', 'downloadFile', 'signin', 'call', 'messageBack'. (Inherited from CardAction) |
Value |
Gets or sets supplementary parameter for action. Content of this property depends on the ActionType. (Inherited from CardAction) |