Core concepts that power Vocode.
In order to have a back-and-forth conversation, you have to do several things:
And all of this is done via orchestration of:
Vocode conveniently abstracts away much of the complexity while giving developers the flexibility to control every piece of the conversation.
Vocode breaks down a Conversation into 5 core pieces:
In order to run an entire conversation, developers can specify each of these 5 pieces with the various types provided by Vocode.
As an example, there are several Transcriber
options (ex.
DeepgramTranscriber
, AssemblyAITranscriber
, GoogleTranscriber
) that allow you to specify
which providers you would like to use and their parameters.
After specifying all of the types, Vocode handles everything else necessary to have the conversation.