Jaa


TaskModuleResponseBase Constructors

Definition

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'.

Applies to