TaskModuleAction(String, Object) Constructor
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.
Initializes a new instance of the TaskModuleAction class.
public TaskModuleAction (string title, object value = default);
new Microsoft.Bot.Schema.Teams.TaskModuleAction : string * obj -> Microsoft.Bot.Schema.Teams.TaskModuleAction
Public Sub New (title As String, Optional value As Object = Nothing)
Parameters
- title
- String
Button title.
- value
- Object
Free hidden value binding with button. The value will be sent out with "task/fetch" invoke event.