1{
2 "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
3 "name": "string",
4 "alias": "string",
5 "language": "string",
6 "languageSpeechRecognition": "string",
7 "ttsProvider": "audiostack",
8 "operationMode": "ttt",
9 "ocProvider": "playground",
10 "promptConfig": {
11 "system_prompt": "string",
12 "qa_prompt": {
13 "introduction": "string",
14 "personality": "string",
15 "qa_instructions": "string"
16 },
17 "intentions": "string"
18 },
19 "ttsVoice": "string",
20 "greetings": "string",
21 "voiceflowApiKey": "string",
22 "textToTalk": "string",
23 "pluginOperationalModeConfig": {
24 "name": "string",
25 "url": "string",
26 "options": {}
27 },
28 "isRandomSuggestions": true,
29 "phrases": [
30 "string"
31 ],
32 "customWords": {}
33}