A survey response.
JSON representation |
---|
{ "survey": string, "rating": enum ( |
Fields | |
---|---|
survey |
The survey that was sent to the user. Resolves to "conversations/{conversationId}/surveys/{surveyId}", where {conversationId} is the unique ID for the conversation and {surveyId} is the unique ID for the survey. |
rating |
A rating from the user. |
feedback |
Text feedback from the user. Optional. |
createTime |
The time that the survey was responded. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
surveyQuestionId |
The unique identifier of the question. |
questionResponseText |
The text that the user tapped as the question response. |
questionResponsePostbackData |
The postback data for the question response the user tapped |
questionType |
Type of the question. |
questionIndex |
The index of the question in the survey. |
totalQuestionCount |
The number of total questions in the survey. |
surveyTriggerSource |
The trigger source of the survey. |