IntentRecommendation Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Recommandation d’intention LUIS. Consultez pour https://www.luis.ai/Help plus d’informations.
[System.Serializable]
public class IntentRecommendation
[<System.Serializable>]
type IntentRecommendation = class
Public Class IntentRecommendation
- Héritage
-
IntentRecommendation
- Attributs
Constructeurs
IntentRecommendation() |
Initialise une nouvelle instance de la classe IntentRecommendation. |
IntentRecommendation(String, Nullable<Double>, IList<Action>) |
Initialise une nouvelle instance de la classe IntentRecommendation. |
Propriétés
Actions |
Action associée à cette intention Luis. |
Intent |
Intention LUIS détectée par le service LUIS en réponse à une requête. |
Score |
Score de l’intention détectée. |