{ "type": "UpdatePrompt", "prompt": "You are now a helpful travel assistant. Help users plan their trips and provide destination information."}AgentV1UpdatePrompt
{ "type": "PromptUpdated"}AgentV1PromptUpdated
{ "type": "SpeakUpdated"}AgentV1SpeakUpdated
{ "type": "InjectionRefused", "message": "Cannot inject message while agent is currently speaking"}AgentV1InjectionRefused
Send settings configuration to Deepgram's Voice Agent API
Show 7 properties
OR
AgentV1UpdateSpeakobjectRequired
Send update speak to Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1InjectUserMessageobjectRequired
Send inject user message to Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1InjectAgentMessageobjectRequired
Send inject agent message to Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1SendFunctionCallResponseobjectRequired
Send a function call response from the client to the server afterexecuting a client-side function call. This is used when the serverrequests execution of a function marked withclient_side: true.
Show 4 properties
OR
AgentV1KeepAliveobjectRequired
Send keep alive to Deepgram's Voice Agent API
Show 1 properties
OR
AgentV1UpdatePromptobjectRequired
Send a prompt update to Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1MediastringRequiredformat: "binary"
Send raw binary audio data to Deepgram's Voice Agent API for processing
Receive
AgentV1ReceiveFunctionCallResponseobjectRequired
Receive a function call response from the server after the serverhas executed a server-side function call internally. This occurswhen functions are marked withclient_side: false.
Show 4 properties
OR
AgentV1PromptUpdatedobjectRequired
Receive prompt update from Deepgram's Voice Agent API
Show 1 properties
OR
AgentV1SpeakUpdatedobjectRequired
Receive speak update from Deepgram's Voice Agent API
Show 1 properties
OR
AgentV1InjectionRefusedobjectRequired
Receive injection refused message from Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1WelcomeobjectRequired
Receive welcome message from Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1SettingsAppliedobjectRequired
Receive settings applied message from Deepgram's Voice Agent API
Show 1 properties
OR
AgentV1ConversationTextobjectRequired
Receive conversation text from Deepgram's Voice Agent API
Show 3 properties
OR
AgentV1UserStartedSpeakingobjectRequired
Receive user started speaking message from Deepgram's Voice Agent API
Show 1 properties
OR
AgentV1AgentThinkingobjectRequired
Receive agent thinking message from Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1FunctionCallRequestobjectRequired
Receive function call request from Deepgram's Voice Agent API
Show 2 properties
OR
AgentV1AgentStartedSpeakingobjectRequired
Receive agent started speaking message from Deepgram's Voice Agent API
Show 4 properties
OR
AgentV1AgentAudioDoneobjectRequired
Receive agent audio done message from Deepgram's Voice Agent API
Show 1 properties
OR
AgentV1ErrorobjectRequired
Receive error response from Deepgram's Voice Agent API
Show 3 properties
OR
AgentV1WarningobjectRequired
Receive warning messages from Deepgram's Voice Agent API
Show 3 properties
OR
AgentV1AudiostringRequiredformat: "binary"
Receive raw binary audio data generated by Deepgram's Voice Agent API