LuisService 类

定义

注意

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

连接的 LUIS 服务的配置属性。

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class LuisService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type LuisService = class
    inherit ConnectedService
Public Class LuisService
Inherits ConnectedService
继承
LuisService
派生
属性

构造函数

LuisService()
已过时.

初始化 LuisService 类的新实例。

属性

AppId
已过时.

获取或设置 LUIS 模型的 appId。

AuthoringKey
已过时.

获取或设置用于与服务管理交互的 authoringKey。

CustomEndpoint
已过时.

获取或设置自定义终结点的 URL。 仅当通过容器部署 LUIS 时,才应使用此方法。 如果设置了值,则 GetEndpoint () 方法将返回自定义终结点的值。

Id
已过时.

获取或设置服务的唯一 ID。

(继承自 ConnectedService)
Name
已过时.

获取或设置服务的用户友好名称。

(继承自 ConnectedService)
Properties
已过时.

获取或设置未以其他方式定义的属性。

(继承自 ConnectedService)
Region
已过时.

获取或设置区域。

SubscriptionKey
已过时.

获取或设置用于访问此服务的 subscriptionKey。

Type
已过时.

获取或设置服务的类型。

(继承自 ConnectedService)
Version
已过时.

获取或设置 LUIS 应用的版本。

方法

Decrypt(String)
已过时.

解密此服务的属性。

Encrypt(String)
已过时.

加密此服务的属性。

GetEndpoint()
已过时.

获取此 LUIS 服务的终结点。

适用于