Frequently Asked Questions
How does this particular node work?
See the documentation
I signed up for the professional beta for small teams - how do I invite my other team members into the product?
They will have to create their own accounts and then you can invite them as collaborators on the project that you are working on.
I get an error, "Failed to queue "Create Alexa skill""
Fabella is still in beta and for the moment creating an Alexa skill can only be done automatically for internal users. We are currently working on enabling external users to automatically link their Amazon Developer account and create/update skills and it will be ready early 2022
Is it possible to have a continuous music loop play through multiple nodes without any breaks or lowering of volume in the music?
Yes it is possible. If you start the music with
%(sfx: music)%
and then before the hear-node add a stop-tag,
%(stop: music)%
the music will be looped for the entire duration. See the documentation for audio
How can I play an audio clip in my project?
How can paste multiple variations of an utterance into the hear node?
If you have a text with the variations separated with a pipe character "|" like this:
box|boxes|crate
it is then possible to paste this into the hear node and have the variations separated.