PersonalAssistantsResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PersonalAssistantsResponse() | |
PersonalAssistantsResponse(IList<Nullable<Guid>>, IDictionary<String,String>) |
PersonalAssistantsResponse()
public PersonalAssistantsResponse ();
Public Sub New ()
適用対象
PersonalAssistantsResponse(IList<Nullable<Guid>>, IDictionary<String,String>)
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)
パラメーター
- endpointUrls
- IDictionary<String,String>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET