Udostępnij za pośrednictwem


QnAMakerEndpoint Konstruktory

Definicja

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

Dotyczy