سنوقف ميزة "الرسائل التجارية من Google" نهائيًا في 31 يوليو 2024. يمكنك الاطّلاع على مزيد من المعلومات
هنا.
REST Resource: conversations.surveys
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المرجع: استطلاع
استبيان لقياس رضا العملاء.
تمثيل JSON |
{
"name": string
} |
الحقول |
name |
string
اسم الاستطلاع، كما هو محدّد في ميزة "الرسائل التجارية" تتم المطابقة مع "conversations/{conversationId}/surveys/{surveyId}"، حيث يكون {conversationId} هو المعرّف الفريد للمحادثة ويكون {surveyId} هو المعرّف الفريد للاستطلاع.
|
الطُرق |
|
إنشاء استبيان رضا العملاء في محادثة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eCustomer satisfaction is measured using surveys, represented in JSON format with a "name" field indicating the survey's identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe survey name includes the conversation ID and a unique survey ID, accessible via the Business Messages API.\u003c/p\u003e\n"],["\u003cp\u003eBusinesses can initiate customer satisfaction surveys within conversations using the \u003ccode\u003ecreate\u003c/code\u003e method provided in the API.\u003c/p\u003e\n"]]],[],null,["# REST Resource: conversations.surveys\n\nResource: Survey\n----------------\n\nA survey to measure customer satisfaction.\n\n| JSON representation |\n|----------------------------|\n| ``` { \"name\": string } ``` |\n\n| Fields ||\n|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the survey, as set by Business Messages. Resolves to \"conversations/{conversationId}/surveys/{surveyId}\", where {conversationId} is the unique ID for the conversation and {surveyId} is the unique ID for the survey. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| ### [create](/business-communications/business-messages/reference/rest/v1/conversations.surveys/create) | Creates a customer satisfaction survey in a conversation. |"]]