ConversationResourceResponse Constructors

Definition

Overloads

ConversationResourceResponse()

Initializes a new instance of the ConversationResourceResponse class.

ConversationResourceResponse(String, String, String)

Initializes a new instance of the ConversationResourceResponse class.

ConversationResourceResponse()

Initializes a new instance of the ConversationResourceResponse class.

public ConversationResourceResponse ();
Public Sub New ()

Applies to

ConversationResourceResponse(String, String, String)

Initializes a new instance of the ConversationResourceResponse class.

public ConversationResourceResponse (string activityId = default, string serviceUrl = default, string id = default);
new Microsoft.Bot.Schema.ConversationResourceResponse : string * string * string -> Microsoft.Bot.Schema.ConversationResourceResponse
Public Sub New (Optional activityId As String = Nothing, Optional serviceUrl As String = Nothing, Optional id As String = Nothing)

Parameters

activityId
String

ID of the Activity (if sent).

serviceUrl
String

Service endpoint where operations concerning the conversation may be performed.

id
String

Id of the resource.

Applies to