Share via


ResourceResponse Constructors

Definition

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.

Applies to