你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PredictionRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
- options
- PredictionRequestOptions
- externalEntities
- IList<ExternalEntity>
- dynamicLists
- IList<DynamicList>