次の方法で共有


IntentPrediction コンストラクター

定義

オーバーロード

IntentPrediction()
IntentPrediction(String, Nullable<Double>)

IntentPrediction()

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

適用対象

IntentPrediction(String, Nullable<Double>)

ソース:
IntentPrediction.cs
ソース:
IntentPrediction.cs
public IntentPrediction (string name = default, double? score = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction : string * Nullable<double> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentPrediction
Public Sub New (Optional name As String = Nothing, Optional score As Nullable(Of Double) = Nothing)

パラメーター

name
String
score
Nullable<Double>

適用対象