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

PredictionRequest 构造函数

定义

重载

PredictionRequest()
PredictionRequest(String, PredictionRequestOptions, IList<ExternalEntity>, IList<DynamicList>)

PredictionRequest()

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

适用于

PredictionRequest(String, PredictionRequestOptions, IList<ExternalEntity>, IList<DynamicList>)

Source:
PredictionRequest.cs
Source:
PredictionRequest.cs
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
externalEntities
IList<ExternalEntity>
dynamicLists
IList<DynamicList>

适用于