Skip to content

Commit

Permalink
Update control patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanways committed Mar 5, 2024
1 parent c0b84f6 commit a2dd3e9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 22 additions & 1 deletion bundles/libcommbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,50 @@ libcommbase is a collection of libraries to centralize common functions that can

libcommbase comes with 26 reliable and mutually exclusive control messages that can be recorded and sent forward together with the parsed messages and be used by skill applications to parameterize any skill option or be bypassed for message management/handling in any application subsequently. These control messages can also be changed or customized in its respective patterns file, and ultimately, increase or decrease in number preferably during your app designing phase. These out-of-the-box controls are:

### Cancel previous actions

* stop_previous_command
* reproduce_previuos_discourse

### Repetitions

* rerun_previous_command
* reproduce_previuos_discourse

### Start Reminder Countdowns

* start_five_mins_question_reminder_countdown
* start_ten_mins_question_reminder_countdown
* start_twenty_mins_question_reminder_countdown
* start_thirty_mins_question_reminder_countdown
* remind_a_queued_question_put_on_hold

### Take decisions

* accept_changes
* deny_changes
* confirm_a_confirmation_request

### Select Options

* select_option_number_one
* select_option_number_two
* select_option_number_three
* select_option_number_four

### Use Modes

* request_the_current_mode
* enter_the_computer_mode
* enter_the_robot_mode
* enter_the_car_mode
* enter_the_boat_mode
* enter_the_plane_mode
* enter_the_starship_mode
* enter_the_iron_man_mode
* enter_the_refrigerator_mode

### Use Submodes

* enter_the_automatic_submode
* enter_the_automated_submode
* enter_the_autonomous_submode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"enter_the_boat_mode": ["Okay enter the boat mode.", "Ok enter the boat mode."],
"enter_the_plane_mode": ["Okay enter the plane mode.", "Ok enter the plane mode."],
"enter_the_starship_mode": ["Okay enter the starship mode.", "Ok enter the starship mode."],
"enter_the_Iron_Man_mode": ["Okay enter the iron man mode.", "Ok enter the iron man mode."],
"enter_the_refrigerator_mode": ["Okay enter the refrigerator mode.", "Ok enter the refrigerator mode."],
"enter_the_automatic_submode": ["Okay enter the automatic mode.", "Ok enter the automatic mode."],
"enter_the_automated_submode": ["Okay enter the automated mode.", "Ok enter the automated mode."],
Expand Down

0 comments on commit a2dd3e9

Please sign in to comment.