QnAMakerEndpoint Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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