LuisIntentAttribute 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.
Associez une intention LUIS à une méthode de dialogue.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public class LuisIntentAttribute : Microsoft.Bot.Builder.Scorables.Internals.AttributeString
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type LuisIntentAttribute = class
inherit AttributeString
Public Class LuisIntentAttribute
Inherits AttributeString
- Héritage
- Attributs
Constructeurs
LuisIntentAttribute(String) |
Construisez l’association entre l’intention LUIS et une méthode de dialogue. |
Champs
IntentName |
Nom d’intention LUIS. |
Propriétés
Text |
Associez une intention LUIS à une méthode de dialogue. |
Méthodes
Equals(Object) |
Associez une intention LUIS à une méthode de dialogue. (Hérité de AttributeString) |
GetHashCode() |
Associez une intention LUIS à une méthode de dialogue. (Hérité de AttributeString) |
ToString() |
Associez une intention LUIS à une méthode de dialogue. (Hérité de AttributeString) |
Implémentations d’interfaces explicites
IEquatable<AttributeString>.Equals(AttributeString) |
Associez une intention LUIS à une méthode de dialogue. (Hérité de AttributeString) |