-
Notifications
You must be signed in to change notification settings - Fork 1
/
agent.json
executable file
·46 lines (46 loc) · 1.2 KB
/
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
{
"description": "",
"language": "en",
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": true,
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [
"c9cdf2e6-6736-4d50-bb4a-7a5ffc7878af",
"01369dd8-9361-4afe-b0a6-25bc149ea750",
"ffa3af52-59bb-4530-9192-436497db791c"
],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "FEMALE_1",
"capabilities": [],
"protocolVersion": "V1",
"autoPreviewEnabled": true,
"isDeviceAgent": false
},
"defaultTimezone": "America/New_York",
"webhook": {
"url": "https://example.com",
"headers": {
"": ""
},
"available": true,
"useForDomains": false,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": false
},
"isPrivate": true,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.3,
"supportedLanguages": [],
"onePlatformApiVersion": "v2",
"analyzeQueryTextSentiment": false,
"enabledKnowledgeBaseNames": [],
"knowledgeServiceConfidenceAdjustment": -0.4,
"dialogBuilderMode": false
}