次の方法で共有


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 サービスのエンドポイントを取得します。

適用対象