일치하는 인텐트를 검색할 때 Dialogflow는 신뢰도 점수라고도 하는 인텐트 감지 신뢰도로 일치 가능성을 점수로 계산합니다.
이 값의 범위는 0.0(완전히 불확실함)부터 1.0(완전히 확실함)까지입니다.
이 문서에 설명된 다른 요소를 고려하지 않고 인텐트를 평가하면 다음 세 가지 결과가 발생할 수 있습니다.
최고점 인텐트의 신뢰도 점수가 ML 분류 임곗값 설정보다 크거나 같으면 일치로 반환됩니다.
[[["이해하기 쉬움","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 uses both rule-based grammar matching and ML matching algorithms to compare end-user expressions with intent training phrases, selecting the best result from both."],["Intent detection confidence scores, ranging from 0.0 to 1.0, determine if an intent is matched, with higher scores indicating greater certainty and if none are met, a fallback intent or no intent at all will be returned."],["Intent priority is used to choose the best match when multiple intents have similar confidence scores, but otherwise, the confidence score is the primary factor in intent matching."],["Knowledge connectors, which parse knowledge documents, can be matched alongside intents, and the match confidence along with knowledge result preferences will be used to determine which match will be returned."],["Contexts increase the likelihood of matching intents with input contexts that correspond to currently active contexts, while fallback intents have the lowest priority for intent matching."]]],[]]