APIResponse コンストラクター

定義

オーバーロード

APIResponse()
APIResponse(String)

APIResponse()

public APIResponse ();
Public Sub New ()

適用対象

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)

パラメーター

message
String

適用対象