APIResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
APIResponse() | |
APIResponse(String) |
APIResponse()
public APIResponse ();
Public Sub New ()
Applies to
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)
Parameters
- message
- String