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} は会話の一意の 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)

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