{
"id": "string",
"orgId": "string",
"name": "string",
"voice": {
"model": "string",
"voiceId": "string",
"provider": "string",
"stability": 0,
"similarityBoost": 0,
"fillerInjectionEnabled": true
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"model": {
"model": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"provider": "string",
"temperature": 0,
"emotionRecognitionEnabled": true
},
"recordingEnabled": true,
"firstMessage": "string",
"voicemailMessage": "string",
"endCallFunctionEnabled": true,
"endCallMessage": "string",
"transcriber": {
"model": "string",
"language": "string",
"provider": "string"
},
"clientMessages": [
"string"
],
"serverMessages": [
"string"
],
"serverUrl": "http://example.com",
"endCallPhrases": [
"string"
],
"hipaaEnabled": true,
"backgroundSound": "string",
"backchannelingEnabled": true,
"voicemailDetection": {
"provider": "string"
},
"backgroundDenoisingEnabled": true,
"startSpeakingPlan": {
"waitSeconds": 0,
"transcriptionEndpointingPlan": {
"onPunctuationSeconds": 0,
"onNoPunctuationSeconds": 0,
"onNumberSeconds": 0
},
"smartEndpointingPlan": {
"provider": "string",
"waitFunction": "string"
}
},
"isServerUrlSecretSet": true,
"analysisPlan": {
"summaryPrompt": "string"
}
}