@wildix/wim-voicebots-client > VoiceBotCommandType
VoiceBotCommandType variable
Signature:
VoiceBotCommandType: {
readonly HANGUP: "hangup";
readonly PLAY: "play";
readonly SAY: "say";
readonly STOP: "stop";
readonly TRANSFER: "transfer";
}