-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagent.json
47 lines (39 loc) · 922 Bytes
/
agent.json
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
{
"defaultLanguageCode": "en",
"timeZone": "America/Los_Angeles",
"enableLogging": true,
"projectNumber": 172711540191,
"speechToTextSettings": {
},
"enableStackdriverLogging": true,
"advancedSettings": {
"audioExportGcsDestination": {
},
"speechSettings": {
"endpointerSensitivity": 90,
"noSpeechTimeout": {
"seconds": 5
}
},
"playbackInterruptionSettings": {
},
"loggingSettings": {
"enableStackdriverLogging": true,
"enableInteractionLogging": true
}
},
"speakerIdSettings": {
},
"textToSpeechSettings": {
},
"genAppBuilderSettings": {
"engine": "projects/172711540191/locations/us/collections/default_collection/engines/b5743dc4-a512-44e3-9fd8-baf32b272b67"
},
"duplexSettings": {
},
"answerFeedbackSettings": {
},
"startPlaybook": "EcoTrivia",
"webClientSettings": {
}
}