PredictionRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PredictionRequest() | |
PredictionRequest(String, PredictionRequestOptions, IList<ExternalEntity>, IList<DynamicList>) |
PredictionRequest()
public PredictionRequest ();
Public Sub New ()
適用対象
PredictionRequest(String, PredictionRequestOptions, IList<ExternalEntity>, IList<DynamicList>)
public PredictionRequest (string query, Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionRequestOptions options = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.ExternalEntity> externalEntities = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.DynamicList> dynamicLists = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionRequest : string * Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionRequestOptions * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.ExternalEntity> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.DynamicList> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionRequest
Public Sub New (query As String, Optional options As PredictionRequestOptions = Nothing, Optional externalEntities As IList(Of ExternalEntity) = Nothing, Optional dynamicLists As IList(Of DynamicList) = Nothing)
パラメーター
- query
- String
- options
- PredictionRequestOptions
- externalEntities
- IList<ExternalEntity>
- dynamicLists
- IList<DynamicList>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET