Freigeben über


QnAMakerEndpoint Konstruktoren

Definition

Ü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

Gilt für: