次の方法で共有


PredictionRequestOptions コンストラクター

定義

オーバーロード

PredictionRequestOptions()
PredictionRequestOptions(Nullable<DateTime>, Nullable<Boolean>)

PredictionRequestOptions()

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

適用対象

PredictionRequestOptions(Nullable<DateTime>, Nullable<Boolean>)

ソース:
PredictionRequestOptions.cs
ソース:
PredictionRequestOptions.cs
public PredictionRequestOptions (DateTime? datetimeReference = default, bool? preferExternalEntities = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionRequestOptions : Nullable<DateTime> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.PredictionRequestOptions
Public Sub New (Optional datetimeReference As Nullable(Of DateTime) = Nothing, Optional preferExternalEntities As Nullable(Of Boolean) = Nothing)

パラメーター

datetimeReference
Nullable<DateTime>
preferExternalEntities
Nullable<Boolean>

適用対象