Content Object Type
Type: text
{
"type": "text",
"message": "Halo, ada yang bisa saya bantu?"
}
Type: random randomText
{
"type": "randomText",
"messages": [
"Tentu, silakan.",
"Baik, akan saya periksa.",
"Oke, mohon ditunggu sebentar."
]
}
Type: quickReplies
Quick Reply Item Structure:
Field
Type
Description
title
String
Button text displayed to user.
value
String
Payload value sent when button is clicked.
Type: cards
Displays one or more interactive cards.
Card Element Structure
Field
Type
Description
title
String
Card title.
subtitle
String
Card subtitle or description.
buttons
Array
Array of button objects.
Button Object Structure
Field
Type
Description
type
String
Button type (e.g., postback).
title
String
Button text.
value
String
Payload value when clicked.
Type: image
Type: audio
Type: video
Type: file
Type: location
Last updated
