다음을 통해 공유


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 서비스의 엔드포인트를 가져옵니다.

적용 대상