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

הסקר שנשלח למשתמש. הפרמטר מקבל את הערך "conversations/{conversationId}/surveys/{surveyId}", שבו {conversationId} הוא המזהה הייחודי של השיחה ו-{surveyId} הוא המזהה הייחודי של הסקר.

rating

enum (SurveyRating)

דירוג מהמשתמש.

feedback

string

משוב טקסט מהמשתמש.

זה שינוי אופציונלי.

createTime

string (Timestamp format)

המועד שבו התקבלה התגובה לסקר.

חותמת זמן ב-RFC3339 UTC 'Zulu' בפורמט של רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z".

surveyQuestionId

string

המזהה הייחודי של השאלה.

questionResponseText

string

הטקסט שהמשתמש הקיש עליו כתשובה לשאלה.

questionResponsePostbackData

string

נתוני הדיווח החוזר על המרה (PostBack) בתשובה לשאלה שהמשתמש הקיש עליה

questionType

enum (SurveyQuestionType)

סוג השאלה.

questionIndex

integer

האינדקס של השאלה בסקר.

totalQuestionCount

integer

מספר השאלות הכולל בסקר.

surveyTriggerSource

enum (SurveyTriggerSource)

המקור שמפעיל את הסקר.