سنوقف ميزة "الرسائل التجارية من Google" نهائيًا في 31 يوليو 2024. يمكنك الاطّلاع على مزيد من المعلومات
هنا.
Answer
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تمثّل هذه السمة محتوى أحد الأسئلة الشائعة.
تمثيل JSON |
{
"faqQuestion": string,
"faqAnswer": string,
"matchConfidenceLevel": enum (MatchConfidenceLevel ),
"matchConfidence": number
} |
الحقول |
faqQuestion |
string
سؤال الأسئلة الشائعة، إذا تم استخراج الإجابة من مستند الأسئلة الشائعة.
|
faqAnswer |
string
يشير ذلك المصطلح إلى النص الذي يجيب عن سؤال المستخدم من قاعدة معلومات تم ضبطها.
|
matchConfidenceLevel |
enum (MatchConfidenceLevel )
مستوى الثقة في أنّ هذه الإجابة تناسب سؤال المستخدم بشكل جيد.
|
matchConfidence |
number
يشير ذلك المصطلح إلى درجة الثقة بأنّ هذه الإجابة تتطابق بشكل جيد مع سؤال المستخدم. يتراوح النطاق من 0.0 (غير مؤكد تمامًا) إلى 1.0 (مؤكد تمامًا).
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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). |"]]