Bespoken Sample: This is how a simple end-to-end test looks like using our YAML-based syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
configuration: | |
locale: en-US | |
voiceId: Joanna | |
--- | |
- test: Launch request, no further interaction | |
- tags: NLUTest | |
- <speak>open <phoneme alphabet="ipa" ph="kwɪk lɪst">quick list</phoneme></speak>: "*" | |
--- | |
- test.only: Launch request followed by a sequence of interactions | |
- open INVOCATION_NAME | |
- what is on my list: | |
- prompt: | |
- you have the following items on your list * | |
- here is your* list | |
- goodbye: | |
- prompt: | |
- talk to you soon | |
- bye bye happy shopping | |
- merry christmas to you soon | |
- /^$/ # This regex is equivalent to empty response or prompt = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment