Sdílet prostřednictvím


TaskModuleMessageResponse Konstruktory

Definice

Přetížení

TaskModuleMessageResponse()

Inicializuje novou instanci TaskModuleMessageResponse třídy .

TaskModuleMessageResponse(String)

Inicializuje novou instanci TaskModuleMessageResponse třídy .

TaskModuleMessageResponse()

Inicializuje novou instanci TaskModuleMessageResponse třídy .

public TaskModuleMessageResponse ();
Public Sub New ()

Platí pro

TaskModuleMessageResponse(String)

Inicializuje novou instanci TaskModuleMessageResponse třídy .

public TaskModuleMessageResponse (string value = default);
new Microsoft.Bot.Schema.Teams.TaskModuleMessageResponse : string -> Microsoft.Bot.Schema.Teams.TaskModuleMessageResponse
Public Sub New (Optional value As String = Nothing)

Parametry

value
String

Teams zobrazí hodnotu hodnoty v místním okně se zprávou.

Platí pro