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} は会話の一意の ID、{surveyId} はアンケートの一意の ID です。

rating

enum (SurveyRating)

ユーザーからの評価。

feedback

string

ユーザーからのテキスト フィードバック。

省略可。

createTime

string (Timestamp format)

アンケートが回答された時刻。

RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "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)

アンケートのトリガー ソース。