Partager via


QnAMakerEndpoint Constructeurs

Définition

Surcharges

QnAMakerEndpoint()

Initialise une nouvelle instance de la classe QnAMakerEndpoint.

QnAMakerEndpoint(QnAMakerService)
Obsolète.

Initialise une nouvelle instance de la classe QnAMakerEndpoint.

QnAMakerEndpoint()

Initialise une nouvelle instance de la classe QnAMakerEndpoint.

public QnAMakerEndpoint ();
Public Sub New ()

S’applique à

QnAMakerEndpoint(QnAMakerService)

Attention

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

Initialise une nouvelle instance de la 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)

Paramètres

service
QnAMakerService

Détails du service QnA de la configuration.

Attributs

S’applique à