次の方法で共有


PredictionRequest コンストラクター

定義

オーバーロード

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

PredictionRequest()

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

適用対象

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

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

適用対象