-
Notifications
You must be signed in to change notification settings - Fork 1
/
agent.json
38 lines (38 loc) · 916 Bytes
/
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
{
"description": "",
"language": "en",
"activeAssistantAgents": [
"smalltalk-domain-on",
"smalltalk-fulfillment-on"
],
"googleAssistant": {
"googleAssistantCompatible": false,
"project": "restaurant-fc855",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"protocolVersion": "V2"
},
"defaultTimezone": "Africa/Casablanca",
"webhook": {
"url": "https://restaurant-ajboy.herokuapp.com/",
"headers": {
"": ""
},
"available": true,
"useForDomains": false,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": false
},
"isPrivate": true,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.3,
"supportedLanguages": []
}