-
Notifications
You must be signed in to change notification settings - Fork 0
/
agent.json
49 lines (49 loc) · 1.38 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
47
48
49
{
"description": "AskBot developed during my mentorship program in Persistent Systems",
"language": "en",
"shortDescription": "",
"examples": "",
"linkToDocs": "",
"displayName": "AskBot",
"activeAssistantAgents": [
"smalltalk-domain-on"
],
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": false,
"project": "",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"voiceType": "VOICE_TYPE_UNSPECIFIED",
"capabilities": [],
"env": "",
"protocolVersion": "PROTOCOL_VERSION_UNSPECIFIED",
"autoPreviewEnabled": false,
"isDeviceAgent": false
},
"defaultTimezone": "Asia/Colombo",
"webhook": {
"url": "https://askbot-ps.herokuapp.com/webhook",
"username": "",
"headers": {},
"available": true,
"useForDomains": true,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": false
},
"isPrivate": true,
"mlMinConfidence": 0.3,
"supportedLanguages": [],
"enableOnePlatformApi": true,
"onePlatformApiVersion": "v2beta1",
"secondaryKey": "9814039b51fd4d3f8780e02a643c643f",
"analyzeQueryTextSentiment": false,
"enabledKnowledgeBaseNames": [],
"knowledgeServiceConfidenceAdjustment": 0.0,
"dialogBuilderMode": false,
"baseActionPackagesUrl": "",
"enableSpellCorrection": false
}