次の方法で共有


PersonalAssistantsResponse コンストラクター

定義

オーバーロード

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

PersonalAssistantsResponse()

ソース:
PersonalAssistantsResponse.cs
ソース:
PersonalAssistantsResponse.cs
public PersonalAssistantsResponse ();
Public Sub New ()

適用対象

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

ソース:
PersonalAssistantsResponse.cs
ソース:
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>

適用対象