使用者輕觸建議後所啟動的回覆。
JSON 表示法 |
---|
{
"message": string,
"postbackData": string,
"createTime": string,
"text": string,
"type": enum ( |
欄位 | |
---|---|
message |
包含建議的訊息。解析為「conversations/{conversationId}/messages/{messageId}」,其中 {conversationId} 是對話的專屬 ID,{messageId} 則是訊息的專屬 ID。 |
postbackData |
使用者輕觸建議時,代理程式收到的 Base64 編碼酬載。 |
createTime |
使用者輕觸建議的時間。 RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度不超過奈秒,最多 9 個小數位數。範例: |
text |
使用者所輕觸建議的文字。 |
type |
使用者輕觸的建議類型。 |