-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathagent.json
More file actions
45 lines (45 loc) · 1.15 KB
/
agent.json
File metadata and controls
45 lines (45 loc) · 1.15 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
{
"description": "",
"language": "en",
"activeAssistantAgents": [
"smalltalk-domain-on",
"smalltalk-fulfillment-on"
],
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": true,
"project": "akshay-582b1",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"protocolVersion": "V2",
"isDeviceAgent": false
},
"defaultTimezone": "Asia/Almaty",
"webhook": {
"url": "https://us-central1-akshay-582b1.cloudfunctions.net/Akshay",
"headers": {
"": ""
},
"available": true,
"useForDomains": false,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": false
},
"isPrivate": true,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.3,
"supportedLanguages": [],
"onePlatformApiVersion": "v1legacy",
"analyzeQueryTextSentiment": false,
"enabledKnowledgeBaseNames": [],
"knowledgeServiceConfidenceAdjustment": -0.4
}