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

Intent 构造函数

定义

重载

Intent()
Intent(Nullable<Double>, Prediction)

Intent()

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

适用于

Intent(Nullable<Double>, Prediction)

Source:
Intent.cs
Source:
Intent.cs
public Intent (double? score = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Prediction childApp = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Intent : Nullable<double> * Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Prediction -> Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.Models.Intent
Public Sub New (Optional score As Nullable(Of Double) = Nothing, Optional childApp As Prediction = Nothing)

参数

score
Nullable<Double>
childApp
Prediction

适用于