Skip to content

Commit

Permalink
added training data for starting/stopping track recording
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhiraj40 committed Jul 26, 2022
1 parent 66ed00c commit de357ca
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions data/nlu/nlu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,30 @@ nlu:
- intent: main_ui_recording
examples: |
- I want to [start](recording_action) recording
- I want to [start](recording_start_action) recording
- recording
- can you [start](recording_action) recording
- [begin](recording_action) recording
- can you [stop](recording_action) recording
- [finish](recording_action) recording
- can you [start](recording_start_action) recording
- [set up](recording_start_action) record
- can you [stop](recording_stop_action) recording
- [close](recording_stop_action) recording
- lookup: recording_action
- lookup: recording_start_action
examples: |
- start
- begin
- set up
- lookup: recording_stop_action
examples: |
- stop
- end
- finish
- over
- close
- shut
- shutdown

- intent: envirocar_info
examples: |
Expand Down

0 comments on commit de357ca

Please sign in to comment.