Condividi tramite


QnAMakerEndpoint Costruttori

Definizione

Overload

QnAMakerEndpoint()

Inizializza una nuova istanza della classe QnAMakerEndpoint.

QnAMakerEndpoint(QnAMakerService)
Obsoleti.

Inizializza una nuova istanza della classe QnAMakerEndpoint.

QnAMakerEndpoint()

Inizializza una nuova istanza della classe QnAMakerEndpoint.

public QnAMakerEndpoint ();
Public Sub New ()

Si applica a

QnAMakerEndpoint(QnAMakerService)

Attenzione

This constructor is obsolete, the QnAMakerService class is obsolete and will be removed in a future version of the framework.

Inizializza una nuova istanza della classe 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)

Parametri

service
QnAMakerService

Dettagli del servizio QnA dalla configurazione.

Attributi

Si applica a