LuisModelAttribute 클래스

정의

LUIS 모델 정보입니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method, AllowMultiple=true)]
[System.Serializable]
public class LuisModelAttribute : Attribute, IEquatable<Microsoft.Bot.Builder.Luis.ILuisModel>, Microsoft.Bot.Builder.Luis.ILuisModel, Microsoft.Bot.Builder.Luis.ILuisOptions
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method, AllowMultiple=true)>]
[<System.Serializable>]
type LuisModelAttribute = class
    inherit Attribute
    interface ILuisModel
    interface ILuisOptions
    interface IEquatable<ILuisModel>
Public Class LuisModelAttribute
Inherits Attribute
Implements IEquatable(Of ILuisModel), ILuisModel, ILuisOptions
상속
LuisModelAttribute
특성
구현

생성자

LuisModelAttribute(String, String, LuisApiVersion, String, Double)

LUIS 모델 정보를 생성합니다.

속성

ApiVersion

호출할 쿼리 API의 버전입니다.

BingSpellCheckSubscriptionKey

Bing Spell Check 구독 키입니다.

Domain

LUIS 애플리케이션이 있는 도메인입니다.

Log

LUIS에 대한 쿼리 로깅이 허용되는지 나타냅니다.

ModelID

LUIS 모델의 GUID입니다.

SpellCheck

맞춤법 검사를 켭니다.

Staging

스테이징 엔드포인트를 사용합니다.

SubscriptionKey

LUIS의 구독 키입니다.

Threshold

최고 점수 매기기 의도에 대한 임계값

TimezoneOffset

표준 시간대 오프셋입니다.

UriBase

LUIS 호출에 대한 기본 URI입니다.

Verbose

자세한 정보 표시 플래그입니다.

메서드

Equals(ILuisModel)

LUIS 모델 정보입니다.

Equals(Object)

LUIS 모델 정보입니다.

GetHashCode()

LUIS 모델 정보입니다.

ModifyRequest(LuisRequest)

LUIS 모델 정보입니다.

UriFor(LuisApiVersion, String)

LUIS 모델 정보입니다.

명시적 인터페이스 구현

ILuisOptions.BingSpellCheckSubscriptionKey

LUIS 모델 정보입니다.

ILuisOptions.Log

LUIS 모델 정보입니다.

ILuisOptions.SpellCheck

LUIS 모델 정보입니다.

ILuisOptions.Staging

LUIS 모델 정보입니다.

ILuisOptions.TimezoneOffset

LUIS 모델 정보입니다.

ILuisOptions.Verbose

LUIS 모델 정보입니다.

확장 메서드

Apply(ILuisOptions, ILuisOptions)

LUIS 모델 정보입니다.

적용 대상