FeedbackResponse

使用者針對訊息品質提供意見回饋時所啟動的回應。

JSON 表示法
{
  "message": string,
  "rating": enum (FeedbackRating),
  "createTime": string
}
欄位
message

string

提供意見回饋的訊息。解析為「conversations/{conversationId}/messages/{messageId}」,其中 {conversationId} 是對話的專屬 ID,{messageId} 則是訊息的專屬 ID。

rating

enum (FeedbackRating)

使用者的評分。

createTime

string (Timestamp format)

使用者輕觸意見回饋按鈕的時間。

RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"