QnAMakerEndpoint 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
QnAMakerEndpoint() |
初始化 QnAMakerEndpoint 类的新实例。 |
QnAMakerEndpoint(QnAMakerService) |
已过时.
初始化 QnAMakerEndpoint 类的新实例。 |
QnAMakerEndpoint()
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 服务详细信息。
- 属性