Sdílet prostřednictvím


QnAMakerEndpoint Konstruktory

Definice

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

Platí pro