QnAMakerEndpoint Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
QnAMakerEndpoint() |
Inicializuje novou instanci QnAMakerEndpoint třídy. |
QnAMakerEndpoint(QnAMakerService) |
Zastaralé.
Inicializuje novou instanci QnAMakerEndpoint třídy. |
QnAMakerEndpoint()
Inicializuje novou instanci QnAMakerEndpoint třídy.
public QnAMakerEndpoint ();
Public Sub New ()
Platí pro
QnAMakerEndpoint(QnAMakerService)
Upozornění
This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.
Inicializuje novou instanci QnAMakerEndpoint třídy.
[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
Podrobnosti o službě QnA z konfigurace
- Atributy