Skip to content

Commit

Permalink
ud: Move preambles inside gathers
Browse files Browse the repository at this point in the history
This means you can barge in during confirmation prompts,
as it will be annoying to wait every time.
  • Loading branch information
backspace committed Oct 28, 2023
1 parent 6c979e8 commit 841ae29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions unmnemonic_devices_vrs/src/templates/teams/:id.hbs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Response>
<!-- {{voicepass}} -->
<Say>
Welcome, team {{name}}.
</Say>
<Gather timeout="3" input="speech" hints="{{#each excerpts}}{{this}}, {{/each}}{{#each answers}}{{this}} {{/each}}">
<Say>
Welcome, team {{name}}.
FIXME what is your cathartic phrase or the collation of the findings
from your kinetic instructions?
</Say>
Expand Down
4 changes: 1 addition & 3 deletions unmnemonic_devices_vrs/src/templates/teams/:id/confirm.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Response>
<Say>
{{voicepass}}
</Say>
<Gather timeout="3" input="speech" hints="yes, no">
<Say>
{{voicepass}}
Is this correct?
</Say>
</Gather>
Expand Down

0 comments on commit 841ae29

Please sign in to comment.