-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.json
More file actions
62 lines (57 loc) · 1.27 KB
/
agent.json
File metadata and controls
62 lines (57 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"displayName": "Pattern Pigeon",
"defaultLanguageCode": "en",
"timeZone": "America/Los_Angeles",
"projectNumber": 4005955117,
"speechToTextSettings": {
"enableSpeechAdaptation": true
},
"startFlow": "Default Start Flow",
"advancedSettings": {
"enabled": true,
"audioExportGcsDestination": {
},
"speechSettings": {
"endpointerSensitivity": 90,
"noSpeechTimeout": {
"seconds": 5
},
"models": [ {
"key": "en",
"value": "phone_call"
} ]
},
"playbackInterruptionSettings": {
"allowPlaybackInterruption": true
},
"loggingSettings": {
},
"speechAdaptationSettings": {
}
},
"speakerIdSettings": {
},
"textToSpeechSettings": {
"synthesizeSpeechConfigs": [ {
"key": "en",
"value": {
"voice": {
"name": "en-US-Casual-K",
"ssmlGender": "SSML_VOICE_GENDER_MALE"
}
}
} ]
},
"duplexSettings": {
},
"callCompanionSettings": {
"company": "Pattern Pigeon"
},
"webClientSettings": {
"displayName": "Pattern Pigeon",
"logoUri": "https://www.jameskerrane.com/projects/pattern-pigeon/favicon.ico",
"font": "Lato",
"backgroundColor": "#4285F4",
"boxBorderRadius": "0"
}
}