From a5df74f77bb73c9237116662ae90af64ac21d61e Mon Sep 17 00:00:00 2001 From: Zane V Date: Wed, 18 Mar 2026 21:53:48 +0000 Subject: [PATCH] Upload files to "V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views" --- .../resources/views/main-menu-verbal.json | 78 +++++++++++++++++-- 1 file changed, 73 insertions(+), 5 deletions(-) diff --git a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json index 990f1422..aabf044a 100644 --- a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json +++ b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json @@ -26,17 +26,34 @@ } }, { - "id": "new", - "label": "What's new", - "colors": ["0xFF892F", "0xAF4123"], - "iconSrc": "resources/icons/tips.png", + "id": "introduction", + "label": "Introduction", + "colors": ["0x25F2FB", "0x107799"], + "iconSrc": "resources/icons/introduction.png", "action": { "type": "utterance", "data": { "utterance": { "intent": "loadMenu", "entities": { - "destination": "new" + "destination": "introductions" + } + } + } + } + }, + { + "id": "things-to-do", + "label": "Things to do", + "colors": ["0xff892f", "0x282735"], + "iconSrc": "resources/icons/things-to-do.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "friendly-tips" } } } @@ -76,6 +93,23 @@ } } }, + { + "id": "personal-report", + "label": "Personal Report", + "colors": ["0xFBC230", "0xAC661E"], + "iconSrc": "resources/icons/personal-report.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "personal-report" + } + } + } + } + }, { "id": "radio", "label": "Music", @@ -161,6 +195,23 @@ } } }, + { + "id": "bot-basics", + "label": "Bot Basics (Broken)", + "colors": ["0xFF892F", "0xAF4123"], + "iconSrc": "resources/icons/tips.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "tutorial" + } + } + } + } + }, { "id": "settings", "label": "Settings", @@ -177,6 +228,23 @@ } } } + }, + { + "id": "new", + "label": "What's new", + "colors": ["0xFF892F", "0xAF4123"], + "iconSrc": "resources/icons/tips.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "new" + } + } + } + } } ] } -- 2.43.0