Feedback

傳送意見回饋,表示作答者對問題的回覆。

JSON 表示法
{
  "text": string,
  "material": [
    {
      object (ExtraMaterial)
    }
  ]
}
欄位
text

string

必要欄位。意見回饋的主要文字。

material[]

object (ExtraMaterial)

在意見回饋中提供的額外資訊,通常用於引導作答者獲得更多閱讀和資源。

ExtraMaterial

意見回饋補充資料。

JSON 表示法
{

  // Union field content can be only one of the following:
  "link": {
    object (TextLink)
  },
  "video": {
    object (VideoLink)
  }
  // End of list of possible types for union field content.
}
欄位
聯集欄位 content。必要欄位。額外內容的內容。content 只能是下列其中一項:
video

object (VideoLink)

影片意見回饋。