Google Business Messages는 2024년 7월 31일에 지원 중단됩니다.
자세히 알아보기
Answer
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"faqQuestion": string,
"faqAnswer": string,
"matchConfidenceLevel": enum (MatchConfidenceLevel ),
"matchConfidence": number
} |
필드 |
faqQuestion |
string
FAQ 문서에서 답변이 추출된 경우 FAQ 질문입니다.
|
faqAnswer |
string
구성된 기술 자료에서 사용자의 질문에 답변하는 텍스트입니다.
|
matchConfidenceLevel |
enum (MatchConfidenceLevel )
이 답변이 사용자 질문과 잘 일치하는 신뢰도 수준입니다.
|
matchConfidence |
number
이 답변이 사용자 질문과 잘 일치한다는 신뢰도 점수입니다. 범위는 0.0 (완전히 불확실함)에서 1.0 (완전히 확실함) 사이입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eA FAQ answer contains the question, answer, confidence level, and confidence score.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003efaqQuestion\u003c/code\u003e and \u003ccode\u003efaqAnswer\u003c/code\u003e fields store the question and its corresponding answer as strings.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ematchConfidenceLevel\u003c/code\u003e is an enum representing the system's confidence in the answer's relevance to the question.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ematchConfidence\u003c/code\u003e provides a numerical score (0.0-1.0) indicating the certainty of the answer being a good match.\u003c/p\u003e\n"]]],[],null,["# Answer\n\nThe content of an FAQ answer.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"faqQuestion\": string, \"faqAnswer\": string, \"matchConfidenceLevel\": enum (/business-communications/business-messages/reference/rest/v1/MatchConfidenceLevel), \"matchConfidence\": number } ``` |\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `faqQuestion` | `string` The FAQ question, if the answer was extracted from an FAQ document. |\n| `faqAnswer` | `string` The text, from a configured knowledge base, that answers the user's question. |\n| `matchConfidenceLevel` | `enum (`[MatchConfidenceLevel](/business-communications/business-messages/reference/rest/v1/MatchConfidenceLevel)`)` The confidence level that this answer is a good match for the user's question. |\n| `matchConfidence` | `number` The confidence score that this answer is a good match for the user's question. The range is from 0.0 (completely uncertain) to 1.0 (completely certain). |"]]