대부분의 경우 보통 우선순위를 사용하는 것이 가장 좋습니다.
두 인텐트 간에 잠재적인 일치 충돌이 있는 경우 학습 문구를 개선하여 충돌을 해결하는 것이 가장 좋습니다.
학습 문구와의 충돌을 제거할 수 없는 경우 우선순위를 사용하여 인텐트 중 선호하는 하나를 우선적으로 사용할 수 있습니다.
우선순위가 무시인 경우 런타임 감지 인텐트 요청에서 인텐트가 무시됩니다.
API를 사용할 경우 우선순위는 정수로 제공됩니다.
숫자가 클수록 우선순위가 높습니다.
우선순위가 설정되지 않거나 0이면 값이 500,000으로 변환됩니다.
다음 표는 정수 우선순위와 콘솔의 이름이 지정된 우선순위 간의 관계를 보여줍니다.
[[["이해하기 쉬움","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-04-03(UTC)"],[[["This guide explains how to access and manage intent data within the Dialogflow ES console, specifically by navigating to the \"Intents\" section of a selected agent."],["Intent priority, which can be set using the console or API, affects how intents are matched, and while \"Normal\" priority is typically sufficient, it can be used to resolve conflicts if training phrases are not adequate."],["The intent priority settings can be selected from a drop-down menu with named priorities, or as integer values through the API, which are mapped to specific ranges that the named priority represents."],["Fulfillment for an intent can be enabled by toggling the \"Enable webhook call for this intent\" option within the \"Fulfillment\" section and then saving the changes."],["Machine learning (ML) matching for an intent can be disabled to rely solely on grammar matching by selecting the \"Disable ML\" option from the intent's menu."]]],[]]