IntentRecommendation Class

Definition

LUIS intent recommendation. Look at https://www.luis.ai/Help for more information.

[System.Serializable]
public class IntentRecommendation
[<System.Serializable>]
type IntentRecommendation = class
Public Class IntentRecommendation
Inheritance
IntentRecommendation
Attributes

Constructors

IntentRecommendation()

Initializes a new instance of the IntentRecommendation class.

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

Initializes a new instance of the IntentRecommendation class.

Properties

Actions

The action associated with this Luis intent.

Intent

The LUIS intent detected by LUIS service in response to a query.

Score

The score for the detected intent.

Applies to