LuisIntentAttribute 클래스

정의

LUIS 의도를 대화 상자 메서드와 연결합니다.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public class LuisIntentAttribute : Microsoft.Bot.Builder.Scorables.Internals.AttributeString
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type LuisIntentAttribute = class
    inherit AttributeString
Public Class LuisIntentAttribute
Inherits AttributeString
상속
LuisIntentAttribute
특성

생성자

LuisIntentAttribute(String)

LUIS 의도와 대화 메서드 간의 연결을 생성합니다.

필드

IntentName

LUIS 의도 이름입니다.

속성

Text

LUIS 의도를 대화 상자 메서드와 연결합니다.

메서드

Equals(Object)

LUIS 의도를 대화 상자 메서드와 연결합니다.

(다음에서 상속됨 AttributeString)
GetHashCode()

LUIS 의도를 대화 상자 메서드와 연결합니다.

(다음에서 상속됨 AttributeString)
ToString()

LUIS 의도를 대화 상자 메서드와 연결합니다.

(다음에서 상속됨 AttributeString)

명시적 인터페이스 구현

IEquatable<AttributeString>.Equals(AttributeString)

LUIS 의도를 대화 상자 메서드와 연결합니다.

(다음에서 상속됨 AttributeString)

적용 대상