For AI agents: visit https://developers.karte.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
ボタンの表示や挙動を定義します。
| Name | Type | Required | Description |
|---|
| text | String | ○ | ボタンテキスト |
| action | Action Object | ○ | ボタンクリック時の挙動 |
var button = {
text: "検索したい",
action: {
event: {
event_name: "search_request"
},
message: {
text: "検索したい"
}
}
}