DispatchService 类

定义

注意

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

连接的调度服务的配置属性。

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

构造函数

DispatchService()
已过时.

初始化 DispatchService 类的新实例。

属性

AppId
已过时.

获取或设置 LUIS 模型的 appId。

(继承自 LuisService)
AuthoringKey
已过时.

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

(继承自 LuisService)
CustomEndpoint
已过时.

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

(继承自 LuisService)
Id
已过时.

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

(继承自 ConnectedService)
Name
已过时.

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

(继承自 ConnectedService)
Properties
已过时.

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

(继承自 ConnectedService)
Region
已过时.

获取或设置区域。

(继承自 LuisService)
ServiceIds
已过时.

获取或设置要包含在调度模型中的服务 ID。

SubscriptionKey
已过时.

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

(继承自 LuisService)
Type
已过时.

获取或设置服务的类型。

(继承自 ConnectedService)
Version
已过时.

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

(继承自 LuisService)

方法

Decrypt(String)
已过时.

解密此服务的属性。

(继承自 LuisService)
Encrypt(String)
已过时.

加密此服务的属性。

(继承自 LuisService)
GetEndpoint()
已过时.

获取此 LUIS 服务的终结点。

(继承自 LuisService)

适用于