-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagent.json
48 lines (48 loc) · 1.34 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
{
"description": "",
"language": "pt-br",
"shortDescription": "",
"examples": "",
"linkToDocs": "",
"displayName": "AgenciaTurismoBot",
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": false,
"project": "",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [
"b37e73e6-8df1-4b59-80c1-460418641d73"
],
"voiceType": "VOICE_TYPE_UNSPECIFIED",
"capabilities": [],
"env": "",
"protocolVersion": "PROTOCOL_VERSION_UNSPECIFIED",
"autoPreviewEnabled": false,
"isDeviceAgent": false
},
"defaultTimezone": "America/Buenos_Aires",
"webhook": {
"url": "https://lackadaisical-balsam-pigment.glitch.me/dialogflow",
"username": "",
"headers": {},
"available": true,
"useForDomains": false,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": false
},
"isPrivate": true,
"mlMinConfidence": 0.3,
"supportedLanguages": [],
"enableOnePlatformApi": true,
"onePlatformApiVersion": "v2",
"secondaryKey": "1c245a207956462d827936c10fe4ce62",
"analyzeQueryTextSentiment": false,
"enabledKnowledgeBaseNames": [],
"knowledgeServiceConfidenceAdjustment": 0.0,
"dialogBuilderMode": false,
"baseActionPackagesUrl": "",
"enableSpellCorrection": false
}