server: {
// Vapi server webhook configuration
url: Reframe.env.APP_URL + "/handle-call-end",
},
transcriber: transcriberConfig,
artifactPlan: {
recordingEnabled: enableRecording
},
firstMessage: finalOpenerText,
firstMessageInterruptionsEnabled: true,
hipaaEnabled: false,
summaryPrompt: "<string>",
clientMessages: [
"transcript",
"hang",
"tool-calls",
"speech-update",
"metadata",
"conversation-update"
],
endCallMessage: "Pleasure to speak with you. Till next time",
endCallPhrases: [
"bye for now. Speak soon",
"talk soon",
"goodbye",
"bye",
"good night"
],
serverMessages: [
"end-of-call-report",
"hang"
],
server: {
// Vapi server webhook configuration
url: Reframe.env.APP_URL + "/handle-call-end",
},
transcriber: transcriberConfig,
artifactPlan: {
recordingEnabled: enableRecording
},
firstMessage: finalOpenerText,
firstMessageInterruptionsEnabled: true,
hipaaEnabled: false,
summaryPrompt: "<string>",
clientMessages: [
"transcript",
"hang",
"tool-calls",
"speech-update",
"metadata",
"conversation-update"
],
endCallMessage: "Pleasure to speak with you. Till next time",
endCallPhrases: [
"bye for now. Speak soon",
"talk soon",
"goodbye",
"bye",
"good night"
],
serverMessages: [
"end-of-call-report",
"hang"
],