Sdílet prostřednictvím


APIResponse Konstruktory

Definice

Přetížení

APIResponse()
APIResponse(String)

APIResponse()

public APIResponse ();
Public Sub New ()

Platí pro

APIResponse(String)

public APIResponse (string message = default);
new Microsoft.Bot.Connector.APIResponse : string -> Microsoft.Bot.Connector.APIResponse
Public Sub New (Optional message As String = Nothing)

Parametry

message
String

Platí pro