Partager via


PersonalAssistantsResponse Constructeurs

Définition

Surcharges

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

PersonalAssistantsResponse()

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

S’applique à

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

Source:
PersonalAssistantsResponse.cs
Source:
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)

Paramètres

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

S’applique à