This shortcut command allows you to provide additional commands to an in progress call represented by the {callId}. To do this you can make a POST request to setcommands
/comms/v1/calls/{callId}/setcommands{format}
{
"commands": [
{
"wait": {
"lenght": "10"
}
},
{
"speak": {
"text": "Hello"
}
}
]
}
@TODO
@TODO