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 服务详细信息。

属性

适用于