TaskModuleResponseBase 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
TaskModuleResponseBase() |
Initializes a new instance of the TaskModuleResponseBase class. |
TaskModuleResponseBase(String) |
Initializes a new instance of the TaskModuleResponseBase class. |
TaskModuleResponseBase()
Initializes a new instance of the TaskModuleResponseBase class.
public TaskModuleResponseBase ();
Public Sub New ()
Applies to
TaskModuleResponseBase(String)
Initializes a new instance of the TaskModuleResponseBase class.
public TaskModuleResponseBase (string type = default);
new Microsoft.Bot.Schema.Teams.TaskModuleResponseBase : string -> Microsoft.Bot.Schema.Teams.TaskModuleResponseBase
Public Sub New (Optional type As String = Nothing)
Parameters
- type
- String
Choice of action options when responding to the task/submit message. Possible values include: 'message', 'continue'.