Udostępnij przez


TaskModuleMessageResponse Konstruktory

Definicja

Przeciążenia

TaskModuleMessageResponse()

Inicjuje nowe wystąpienie klasy TaskModuleMessageResponse.

TaskModuleMessageResponse(String)

Inicjuje nowe wystąpienie klasy TaskModuleMessageResponse.

TaskModuleMessageResponse()

Inicjuje nowe wystąpienie klasy TaskModuleMessageResponse.

public TaskModuleMessageResponse();
Public Sub New ()

Dotyczy

TaskModuleMessageResponse(String)

Inicjuje nowe wystąpienie klasy TaskModuleMessageResponse.

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

Usługa Teams wyświetli wartość wartości w oknie podręcznym komunikatu.

Dotyczy