Freigeben über


PersonalAssistantsResponse Konstruktoren

Definition

Überlädt

PersonalAssistantsResponse()
PersonalAssistantsResponse(IList<Nullable<Guid>>, IDictionary<String,String>)

PersonalAssistantsResponse()

Quelle:
PersonalAssistantsResponse.cs
Quelle:
PersonalAssistantsResponse.cs
public PersonalAssistantsResponse ();
Public Sub New ()

Gilt für:

PersonalAssistantsResponse(IList<Nullable<Guid>>, IDictionary<String,String>)

Quelle:
PersonalAssistantsResponse.cs
Quelle:
PersonalAssistantsResponse.cs
public PersonalAssistantsResponse (System.Collections.Generic.IList<Guid?> endpointKeys = default, System.Collections.Generic.IDictionary<string,string> endpointUrls = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PersonalAssistantsResponse : System.Collections.Generic.IList<Nullable<Guid>> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PersonalAssistantsResponse
Public Sub New (Optional endpointKeys As IList(Of Nullable(Of Guid)) = Nothing, Optional endpointUrls As IDictionary(Of String, String) = Nothing)

Parameter

endpointKeys
IList<Nullable<Guid>>
endpointUrls
IDictionary<String,String>

Gilt für: