QnAMakerEndpoint Constructeurs
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.
Surcharges
QnAMakerEndpoint() |
Initialise une nouvelle instance de la classe QnAMakerEndpoint. |
QnAMakerEndpoint(QnAMakerService) |
Obsolète.
Initialise une nouvelle instance de la classe QnAMakerEndpoint. |
QnAMakerEndpoint()
Initialise une nouvelle instance de la classe QnAMakerEndpoint.
public QnAMakerEndpoint ();
Public Sub New ()
S’applique à
QnAMakerEndpoint(QnAMakerService)
Attention
This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.
Initialise une nouvelle instance de la classe QnAMakerEndpoint.
[System.Obsolete("This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.")]
public QnAMakerEndpoint (Microsoft.Bot.Configuration.QnAMakerService service);
[<System.Obsolete("This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.")>]
new Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint : Microsoft.Bot.Configuration.QnAMakerService -> Microsoft.Bot.Builder.AI.QnA.QnAMakerEndpoint
Public Sub New (service As QnAMakerService)
Paramètres
- service
- QnAMakerService
Détails du service QnA de la configuration.
- Attributs