Поделиться через


QnAMakerEndpoint Конструкторы

Определение

Перегрузки

QnAMakerEndpoint()

Инициализирует новый экземпляр класса QnAMakerEndpoint.

QnAMakerEndpoint(QnAMakerService)
Устаревшие..

Инициализирует новый экземпляр класса QnAMakerEndpoint.

QnAMakerEndpoint()

Инициализирует новый экземпляр класса QnAMakerEndpoint.

public QnAMakerEndpoint ();
Public Sub New ()

Применяется к

QnAMakerEndpoint(QnAMakerService)

Внимание!

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

Инициализирует новый экземпляр класса 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)

Параметры

service
QnAMakerService

Сведения о службе QnA из конфигурации.

Атрибуты

Применяется к