Partilhar via


QnAMakerEndpoint Construtores

Definição

Sobrecargas

QnAMakerEndpoint()

Inicializa uma nova instância da QnAMakerEndpoint classe.

QnAMakerEndpoint(QnAMakerService)
Obsoleto.

Inicializa uma nova instância da QnAMakerEndpoint classe.

QnAMakerEndpoint()

Inicializa uma nova instância da QnAMakerEndpoint classe.

public QnAMakerEndpoint ();
Public Sub New ()

Aplica-se a

QnAMakerEndpoint(QnAMakerService)

Atenção

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

Inicializa uma nova instância da QnAMakerEndpoint classe.

[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)

Parâmetros

service
QnAMakerService

Detalhes do serviço de FAQ da configuração.

Atributos

Aplica-se a