Compartir a través de


QnAMakerEndpoint Constructores

Definición

Sobrecargas

QnAMakerEndpoint()

Inicializa una nueva instancia de la clase QnAMakerEndpoint.

QnAMakerEndpoint(QnAMakerService)
Obsoletos.

Inicializa una nueva instancia de la clase QnAMakerEndpoint.

QnAMakerEndpoint()

Inicializa una nueva instancia de la clase QnAMakerEndpoint.

public QnAMakerEndpoint ();
Public Sub New ()

Se aplica a

QnAMakerEndpoint(QnAMakerService)

Precaución

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

Inicializa una nueva instancia de la clase 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)

Parámetros

service
QnAMakerService

Detalles del servicio QnA de la configuración.

Atributos

Se aplica a