আমরা 31 জুলাই, 2024-এ Google বিজনেস মেসেজ বন্ধ করে দেব।
এখানে আরও পড়ুন।
SurveyResponse
JSON প্রতিনিধিত্ব |
---|
{
"survey": string,
"rating": enum (SurveyRating ),
"feedback": string,
"createTime": string,
"surveyQuestionId": string,
"questionResponseText": string,
"questionResponsePostbackData": string,
"questionType": enum (SurveyQuestionType ),
"questionIndex": integer,
"totalQuestionCount": integer,
"surveyTriggerSource": enum (SurveyTriggerSource )
} |
ক্ষেত্র |
---|
survey | string ব্যবহারকারীর কাছে যে জরিপ পাঠানো হয়েছিল। "কথোপকথন/{conversationId}/surveys/{surveyId}" এর সমাধান করে, যেখানে {conversationId} হল কথোপকথনের জন্য অনন্য আইডি এবং {surveyId} হল সমীক্ষার অনন্য আইডি৷ |
rating | enum ( SurveyRating ) ব্যবহারকারীর কাছ থেকে একটি রেটিং। |
feedback | string ব্যবহারকারীর কাছ থেকে টেক্সট প্রতিক্রিয়া. ঐচ্ছিক। |
createTime | string ( Timestamp format) যে সময় জরিপে সাড়া পড়েছিল। RFC3339 UTC "জুলু" ফর্ম্যাটে একটি টাইমস্ট্যাম্প, ন্যানোসেকেন্ড রেজোলিউশন এবং নয়টি পর্যন্ত ভগ্নাংশের সংখ্যা। উদাহরণ: "2014-10-02T15:01:23Z" এবং "2014-10-02T15:01:23.045123456Z" । |
surveyQuestionId | string প্রশ্নের অনন্য শনাক্তকারী। |
questionResponseText | string ব্যবহারকারী প্রশ্নের উত্তর হিসাবে ট্যাপ করা পাঠ্য। |
questionResponsePostbackData | string ব্যবহারকারীর ট্যাপ করা প্রশ্নের উত্তরের জন্য পোস্টব্যাক ডেটা |
questionType | enum ( SurveyQuestionType ) প্রশ্নের ধরন। |
questionIndex | integer সমীক্ষায় প্রশ্নের সূচক। |
totalQuestionCount | integer সমীক্ষায় মোট প্রশ্নের সংখ্যা। |
surveyTriggerSource | enum ( SurveyTriggerSource ) জরিপের ট্রিগার উৎস। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-18 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-18 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A survey response object contains user's rating, feedback, and response time."],["It includes details like survey and question IDs, response text and postback data."],["Question type, index within the survey, and total question count are also provided."],["The source that triggered the survey is identified in the `surveyTriggerSource` field."]]],[]]