你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PersonalAssistantsResponse 构造函数

定义

重载

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

PersonalAssistantsResponse()

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

适用于

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)

参数

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

适用于