forked from ngkelly3/nwhacks2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagent.json
executable file
·39 lines (39 loc) · 1.09 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
{
"description": "",
"language": "en",
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": false,
"project": "nwhacks2019-3e447",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"protocolVersion": "V2",
"isDeviceAgent": false
},
"defaultTimezone": "America/Los_Angeles",
"webhook": {
"url": "https://us-central1-nwhacks2019-3e447.cloudfunctions.net/dialogflowFirebaseFulfillment",
"available": true,
"useForDomains": false,
"cloudFunctionsEnabled": true,
"cloudFunctionsInitialized": true
},
"isPrivate": true,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.3,
"supportedLanguages": [],
"onePlatformApiVersion": "v2beta1",
"analyzeQueryTextSentiment": false,
"enabledKnowledgeBaseNames": [],
"knowledgeServiceConfidenceAdjustment": -0.4,
"dialogBuilderMode": false
}