防災検索の作成方法について記載します。
テンプレートを利用 > 防災検索 の「作成」をクリックします。
作成されたテンプレートの「編集」をクリックします。
編集をクリック後に属性値を編集できます。
名前、テキストのみ編集してください。
<aside> 💡 防災検索のシナリオは固定テンプレートのため、テキストなどの文字は変更できますが、シナリオそのものを変更することはできません。
</aside>
<aside> 💡 直接絵文字を入力することで、Unicode絵文字を使用できます。 LINE絵文字には対応しておりません。 参照:送信可能なLINE絵文字リスト
</aside>
メッセージ名「避難所テンプレート」に関してはJSON形式で編集可能です。
{
"specialScenarioTalk": "防災検索",
"type": "bubble",
"body": {
"layout": "vertical",
"spacing": "md",
"type": "box",
"contents": [
{
"weight": "bold",
"text": "${name}",
"type": "text",
"align": "start"
},
{
"type": "text",
"color": "#AEAEAEFF",
"text": "${status}"
},
{
"text": "${address}",
"type": "text",
"align": "start",
"wrap": true
},
{
"type": "separator",
"margin": "xl"
},
{
"layout": "vertical",
"spacing": "md",
"type": "box",
"contents": [
{
"type": "text",
"weight": "bold",
"text": "避難所種別 "
}
]
},
{
"type": "separator",
"margin": "xl"
},
{
"layout": "vertical",
"spacing": "md",
"type": "box",
"contents": [
{
"type": "text",
"weight": "bold",
"text": "災害種別 "
}
]
},
{
"type": "separator",
"margin": "xl"
},
{
"layout": "vertical",
"spacing": "md",
"type": "box",
"contents": [
{
"type": "text",
"weight": "bold",
"text": "サービス"
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "button",
"action": {
"type": "uri",
"uri": "<https://www.google.com/maps/dir/?api=1&travelmode=walking&origin=${user_coordinates}&destination=${shelter_coordinates}>",
"label": "地図を開く"
}
}
]
},
"direction": "ltr"
}
テンプレートを利用 > 防災検索の「削除」をクリックします。
<aside> 💡 テンプレート作成後、「削除」が表示されます。
</aside>