APIResponse Constructores

Definición

Sobrecargas

APIResponse()
APIResponse(String)

APIResponse()

public APIResponse();
Public Sub New ()

Se aplica a

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)

Parámetros

message
String

Se aplica a