QnAMakerEndpoint Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
QnAMakerEndpoint() |
Initialisiert eine neue Instanz der QnAMakerEndpoint-Klasse. |
QnAMakerEndpoint(QnAMakerService) |
Veraltet.
Initialisiert eine neue Instanz der QnAMakerEndpoint-Klasse. |
QnAMakerEndpoint()
Initialisiert eine neue Instanz der QnAMakerEndpoint-Klasse.
public QnAMakerEndpoint ();
Public Sub New ()
Gilt für:
QnAMakerEndpoint(QnAMakerService)
Achtung
This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.
Initialisiert eine neue Instanz der QnAMakerEndpoint-Klasse.
[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)
Parameter
- service
- QnAMakerService
QnA-Dienstdetails aus der Konfiguration.
- Attribute