IntentRecommendation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |