Skip to main content

@wildix/wim-voicebots-client > VoiceBotEventType

VoiceBotEventType variable

Signature:

VoiceBotEventType: {
readonly COMPLETE: "complete";
readonly ENDED: "ended";
readonly INTERRUPTION: "interruption";
readonly PLAYBACK: "playback";
readonly REPLY: "reply";
readonly STARTED: "started";
readonly TRANSCRIPTION: "transcription";
}