-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.json
More file actions
42 lines (42 loc) · 1.1 KB
/
agent.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"description": " ",
"language": "en",
"shortDescription": "Weather and forecast related conversations and hotel booking",
"examples": " ",
"linkToDocs": "",
"activeAssistantAgents": [
"smalltalk-domain-on",
"smalltalk-fulfillment-on"
],
"disableInteractionLogs": false,
"googleAssistant": {
"googleAssistantCompatible": false,
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"protocolVersion": "V2"
},
"defaultTimezone": "Asia/Colombo",
"webhook": {
"url": "https://us-central1-tourism-1-557c9.cloudfunctions.net/dialogflowFirebaseFulfillment",
"headers": {
"": ""
},
"available": false,
"useForDomains": false,
"cloudFunctionsEnabled": false,
"cloudFunctionsInitialized": true
},
"isPrivate": false,
"customClassifierMode": "use.instead",
"mlMinConfidence": 0.28,
"supportedLanguages": [],
"onePlatformApiVersion": "v1legacy"
}