대화형 에이전트(Dialogflow CX)는 최종 사용자 표현식에서 일반적인 유형을 추출하는 시스템 항목 여러 개를 제공합니다.
예를 들어 @sys.color 유형을 사용하여 '빨간색' 또는 '파란색'과 같은 값을 추출할 수 있습니다.
시스템 항목 참조에서 시스템 항목의 전체 목록을 확인할 수 있습니다.
시스템 항목에서 제공하는 값은 대부분의 애플리케이션에서 제대로 작동합니다.
하지만 애플리케이션에서 시스템 항목 값을 추가해야 할 수 있습니다.
예를 들어 @sys.color 값 목록에 '파란색-녹색'을 추가하려 할 수 있습니다.
일부 시스템 항목은 이러한 용도로 확장 가능합니다.
시스템 항목 참조에는 확장 가능한 시스템 항목이 나와 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-04(UTC)"],[[["Dialogflow CX offers system entities to extract common types from user expressions, such as `@sys.color` for colors like \"red\" and \"blue\"."],["Some system entities are extendable, allowing you to add values like \"blue-green\" to `@sys.color` or to other applicable entities."],["System entities that can be extended are listed in the System entity reference and can be identified by their normal font color in the console."],["System entity support varies by language and region, with details on limitations provided in the system entity limitations section."],["Extending a system entity can be done via the Dialogflow CX console by selecting the extendable entity and adding values, or through the API similarly to creating custom entities."]]],[]]