LuisService 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 類別的新執行個體。 |
屬性
AppId |
已淘汰.
取得或設定 LUIS 模型的 appId。 |
AuthoringKey |
已淘汰.
取得或設定與服務管理互動的 authoringKey。 |
CustomEndpoint |
已淘汰.
取得或設定自訂端點的 URL。 只有在透過容器部署 LUIS 時,才應該使用此方式。 如果已設定值,則 GetEndpoint () 方法會傳回自訂端點的值。 |
Id |
已淘汰.
取得或設定服務的唯一識別碼。 (繼承來源 ConnectedService) |
Name |
已淘汰.
取得或設定服務的使用者易記名稱。 (繼承來源 ConnectedService) |
Properties |
已淘汰.
取得或設定未定義的屬性。 (繼承來源 ConnectedService) |
Region |
已淘汰.
取得或設定區域。 |
SubscriptionKey |
已淘汰.
取得或設定用於存取此服務的 subscriptionKey。 |
Type |
已淘汰.
取得或設定服務的型別。 (繼承來源 ConnectedService) |
Version |
已淘汰.
取得或設定 LUIS 應用程式的版本。 |
方法
Decrypt(String) |
已淘汰.
解密此服務上的屬性。 |
Encrypt(String) |
已淘汰.
加密此服務上的屬性。 |
GetEndpoint() |
已淘汰.
取得這個 LUIS 服務的端點。 |