Skip to content

Commit e098d4c

Browse files
committed
updated actions
1 parent 9af844e commit e098d4c

File tree

1 file changed

+3
-1
lines changed
  • src/main/java/net/b07z/sepia/server/core/assistant

1 file changed

+3
-1
lines changed

src/main/java/net/b07z/sepia/server/core/assistant/ACTIONS.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public class ACTIONS {
1818
final public static String QUEUE_CMD = "queue_cmd"; //tell client to queue a command stored as summary, parameters: cmd
1919
final public static String SCHEDULE_CMD = "schedule_cmd"; //tell client to repeat a command stored as summary, parameters: cmd, executeIn, waitForIdle
2020
final public static String BUTTON_CMD = "button_cmd"; //tell client to show a button to open a command stored as summary, parameters: cmd, title, type (text, direct_cmd), visibility (all, inputHidden, noConversation),
21-
final public static String EVENTS_START = "events_start"; //tell client that the results of the events endpoint start here, parameters: info (text, quietText, divider), text
21+
final public static String EVENTS_START = "events_start"; //tell client that the results of the events endpoint start here
22+
final public static String FIRST_VISIT_INFO_START = "fist_visit_info_start"; //tell client that the actions of the first-visit-info start here
2223
final public static String SCHEDULE_MSG = "schedule_msg"; //tell client to schedule a message (like a push message but locally triggered)
2324
final public static String OPEN_INFO = "open_info"; //tell client to open the info window
2425
final public static String OPEN_CARDS = "open_cards"; //tell client to open the cards search result view
@@ -27,6 +28,7 @@ public class ACTIONS {
2728
final public static String OPEN_DASHBOARD = "open_dashboard"; //tell client to open the user dashboard, parameters: type (common, settings, user_home, user_work, user_name, ...)
2829
final public static String OPEN_TEACH_UI = "open_teach_ui"; //tell client to open the teach UI, parameters: type (input, suggestion, ...)
2930
final public static String BUTTON_TEACH_UI = "button_teach_ui"; //tell client to show the teach UI button, parameters: type (input, suggestion, ...)
31+
final public static String BUTTON_FRAMES_VIEW = "button_frames_view"; //tell client to show a frames view button, parameters: type (input, suggestion, ...)
3032
final public static String OPEN_LIST = "open_list"; //tell client to open a user specific list, param.: "listInfo" : {"indexType":...}
3133
final public static String EXTEND_REQUEST = "extend_request"; //tell client that this request will take longer and he should prepare for that
3234
final public static String SHOW_ABORT_OPTION = "show_abort"; //tell client to show an abort option

0 commit comments

Comments
 (0)