Język

ConversationResourceResponse Konstruktory

Definicja

Przeciążenia

ConversationResourceResponse()

Inicjuje nowe wystąpienie klasy ConversationResourceResponse.

public ConversationResourceResponse();
Public Sub New ()

Dotyczy

ConversationResourceResponse(String, String, String)

Inicjuje nowe wystąpienie klasy ConversationResourceResponse.

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)

Parametry

activityId
String

Identyfikator aktywności (jeśli został wysłany).

serviceUrl
String

Punkt końcowy usługi, gdzie mogą być wykonywane operacje dotyczące rozmowy.

id
String

Identyfikator zasobu.

Dotyczy