Aracılığıyla paylaş


PersonalAssistantsResponse Constructors

Definition

Overloads

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

PersonalAssistantsResponse()

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

Applies to

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)

Parameters

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

Applies to