QnAMakerEndpoint Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
QnAMakerEndpoint() |
Inicializa uma nova instância da classe QnAMakerEndpoint. |
QnAMakerEndpoint(QnAMakerService) |
Obsoleto.
Inicializa uma nova instância da classe QnAMakerEndpoint. |
QnAMakerEndpoint()
Inicializa uma nova instância da classe QnAMakerEndpoint.
public QnAMakerEndpoint ();
Public Sub New ()
Aplica-se a
QnAMakerEndpoint(QnAMakerService)
Cuidado
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 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)
Parâmetros
- service
- QnAMakerService
Detalhes do serviço QnA da configuração.
- Atributos