リッチメニュープレビュー

JSON Object

{
  "name": "opshub_custom24",
  "chatBarText": "ここを押してね!",
  "selected": true,
  "size": {
    "width": 2500,
    "height": 800
  },
  "areas": [
    {
      "bounds": {
        "x": 0,
        "y": 0,
        "width": 500,
        "height": 800
      },
      "action": {
        "type": "postback",
        "label": "チャットで\n相談",
        "data": "{\"type\":\"scenarioPlugin.reply\"}",
        "displayText": "# チャットで相談"
      }
    },
    {
      "bounds": {
        "x": 500,
        "y": 0,
        "width": 500,
        "height": 800
      },
      "action": {
        "type": "postback",
        "label": "予約\nキャンセル",
        "data": "{\"type\":\"reply\",\"replyKey\":\"appointment\"}",
        "displayText": "# 予約キャンセル"
      }
    },
    {
      "bounds": {
        "x": 1000,
        "y": 0,
        "width": 500,
        "height": 800
      },
      "action": {
        "type": "postback",
        "label": "ホーム",
        "data": "{\"type\":\"reply\",\"replyKey\":\"home\"}",
        "displayText": "# ホーム"
      }
    },
    {
      "bounds": {
        "x": 1500,
        "y": 0,
        "width": 500,
        "height": 800
      },
      "action": {
        "type": "postback",
        "label": "基本情報\nお知らせ",
        "data": "{\"type\":\"reply\",\"replyKey\":\"about\"}",
        "displayText": "# 基本情報お知らせ"
      }
    },
    {
      "bounds": {
        "x": 2000,
        "y": 0,
        "width": 500,
        "height": 800
      },
      "action": {
        "type": "postback",
        "label": "友だちを招待\nご意見・ご要望",
        "data": "{\"type\":\"reply\",\"replyKey\":\"navShare\"}",
        "displayText": "# 友だちを招待ご意見・ご要望"
      }
    }
  ]
}
設定
0%