QnAMakerEndpoint Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
QnAMakerEndpoint() |
Inicjuje nowe wystąpienie klasy QnAMakerEndpoint. |
QnAMakerEndpoint(QnAMakerService) |
Przestarzałe.
Inicjuje nowe wystąpienie klasy QnAMakerEndpoint. |
QnAMakerEndpoint()
Inicjuje nowe wystąpienie klasy QnAMakerEndpoint.
public QnAMakerEndpoint ();
Public Sub New ()
Dotyczy
QnAMakerEndpoint(QnAMakerService)
Przestroga
This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.
Inicjuje nowe wystąpienie klasy 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)
Parametry
- service
- QnAMakerService
Szczegóły usługi QnA z konfiguracji.
- Atrybuty