LuisIntentAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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(String) |
LUIS 의도와 대화 메서드 간의 연결을 생성합니다. |
필드
IntentName |
LUIS 의도 이름입니다. |
속성
Text |
LUIS 의도를 대화 상자 메서드와 연결합니다. |
메서드
Equals(Object) |
LUIS 의도를 대화 상자 메서드와 연결합니다. (다음에서 상속됨 AttributeString) |
GetHashCode() |
LUIS 의도를 대화 상자 메서드와 연결합니다. (다음에서 상속됨 AttributeString) |
ToString() |
LUIS 의도를 대화 상자 메서드와 연결합니다. (다음에서 상속됨 AttributeString) |
명시적 인터페이스 구현
IEquatable<AttributeString>.Equals(AttributeString) |
LUIS 의도를 대화 상자 메서드와 연결합니다. (다음에서 상속됨 AttributeString) |