The wait command waits silently for the specified number of seconds. You can use this to add a wait state in between commands
Within the number element, the following supporting elements can be provided:
The following examples demonstrate how you can use the redirect command
wait:
{
"commands": [
{
"speak": {
"text": "LetÔÇÖs wait for 5 seconds",
"voice": "Female"
}
},
{
"wait": {
"length": 5
}
},
{
"speak": {
"text": "I hope you enjoyed waiting",
"voice": "Female"
}
}
]
}