We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c37f29 commit 51c03e5Copy full SHA for 51c03e5
tutorials/aries-basic-controller/notebooks/bob/Part 9 - Action Menu.ipynb
@@ -72,8 +72,13 @@
72
"def get_menu_handler(payload):\n",
73
" print(f\"Get Active Menu Webhook: {payload}\")\n",
74
"\n",
75
+ "'''\n",
76
+ "when a menu action is performed, the handler should contain business\n",
77
+ "logic to handling and executing that action specifically.\n",
78
79
"def perform_menu_handler(payload):\n",
80
" print(\"Perform Menu Action Webhook: \", payload)\n",
81
+ " # custom business logic here\n",
82
83
"get_menu_listener = {\n",
84
" \"topic\": \"get-active-menu\",\n",
0 commit comments