IntentRecommendation 类

定义

LUIS 意向建议。 有关详细信息,请查看 https://www.luis.ai/Help

[System.Serializable]
public class IntentRecommendation
[<System.Serializable>]
type IntentRecommendation = class
Public Class IntentRecommendation
继承
IntentRecommendation
属性

构造函数

IntentRecommendation()

初始化 IntentRecommendation 类的新实例。

IntentRecommendation(String, Nullable<Double>, IList<Action>)

初始化 IntentRecommendation 类的新实例。

属性

Actions

与此 Luis 意向关联的操作。

Intent

LUIS 服务为响应查询而检测到的 LUIS 意向。

Score

检测到的意向的分数。

适用于