SuggestionResponse

使用者輕觸建議後所啟動的回覆。

JSON 表示法
{
  "message": string,
  "postbackData": string,
  "createTime": string,
  "text": string,
  "type": enum (SuggestionType)
}
欄位
message

string

包含建議的訊息。解析為「conversations/{conversationId}/messages/{messageId}」,其中 {conversationId} 是對話的專屬 ID,{messageId} 則是訊息的專屬 ID。

postbackData

string

使用者輕觸建議時,代理程式收到的 Base64 編碼酬載。

createTime

string (Timestamp format)

使用者輕觸建議的時間。

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

text

string

使用者所輕觸建議的文字。

type

enum (SuggestionType)

使用者輕觸的建議類型。