ResourceResponse 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
ResourceResponse() |
Initializes a new instance of the ResourceResponse class. |
ResourceResponse(String) |
Initializes a new instance of the ResourceResponse class. |
ResourceResponse()
Initializes a new instance of the ResourceResponse class.
public ResourceResponse ();
Public Sub New ()
Applies to
ResourceResponse(String)
Initializes a new instance of the ResourceResponse class.
public ResourceResponse (string id = default);
new Microsoft.Bot.Schema.ResourceResponse : string -> Microsoft.Bot.Schema.ResourceResponse
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
Id of the resource.