共用方式為


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
已淘汰.

取得或設定服務的唯一識別碼。

(繼承來源 ConnectedService)
Name
已淘汰.

取得或設定服務的使用者易記名稱。

(繼承來源 ConnectedService)
Properties
已淘汰.

取得或設定未定義的屬性。

(繼承來源 ConnectedService)
Region
已淘汰.

取得或設定區域。

(繼承來源 LuisService)
ServiceIds
已淘汰.

取得或設定要包含在分派模型中的服務識別碼。

SubscriptionKey
已淘汰.

取得或設定用於存取此服務的 subscriptionKey。

(繼承來源 LuisService)
Type
已淘汰.

取得或設定服務的型別。

(繼承來源 ConnectedService)
Version
已淘汰.

取得或設定 LUIS 應用程式的版本。

(繼承來源 LuisService)

方法

Decrypt(String)
已淘汰.

解密此服務上的屬性。

(繼承來源 LuisService)
Encrypt(String)
已淘汰.

加密此服務上的屬性。

(繼承來源 LuisService)
GetEndpoint()
已淘汰.

取得這個 LUIS 服務的端點。

(繼承來源 LuisService)

適用於