This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 192
/
Copy pathtypedoc.json
64 lines (64 loc) · 1.97 KB
/
typedoc.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"out": "docs",
"exclude": [
"**/_test/**/*.*",
"**/index.ts",
"**/common.ts"
],
"disableOutputCheck": true,
"excludeExternals": true,
"excludePrivate": true,
"links": [{
"label": "Guides",
"url": "https://developers.google.com/actions/extending-the-assistant"
}, {
"label": "Reference",
"url": "https://developers.google.com/actions/reference/nodejsv2/overview"
}, {
"label": "Codelabs",
"url": "https://developers.google.com/actions/codelabs/index"
}, {
"label": "Samples",
"url": "https://developers.google.com/actions/samples/index"
}, {
"label": "Glossary",
"url": "https://developers.google.com/actions/glossary"
}],
"outline": [{
"Actions SDK": {
"Overview": "modules/_service_actionssdk_actionssdk_",
"Conversation": "classes/_service_actionssdk_conv_.actionssdkconversation",
"api/v2": "modules/_service_actionssdk_api_v2_"
},
"Dialogflow": {
"Overview": "modules/_service_dialogflow_dialogflow_",
"Conversation": "classes/_service_dialogflow_conv_.dialogflowconversation",
"api/v1": "modules/_service_dialogflow_api_v1_",
"api/v2": "modules/_service_dialogflow_api_v2_"
},
"Smart Home": {
"Overview": "modules/_service_smarthome_smarthome_",
"Smart Home App": "interfaces/_service_smarthome_smarthome_.smarthomeapp",
"api/v1": "modules/_service_smarthome_api_v1_"
},
"Framework": {
"Overview": "modules/_framework_framework_",
"Assistant": "modules/_assistant_",
"Rich Responses": "modules/_service_actionssdk_conversation_conversation_"
}
}],
"search": [{
"name": ".*Conversation.data",
"subtitle": "Session data"
}, {
"name": "conversation/response.*",
"subtitle": "Rich response"
}, {
"name": ".*\\.User.storage",
"subtitle": "Persistent storage"
}],
"source": [{
"path": "https://github.com/actions-on-google/actions-on-google-nodejs/blob/master/src/",
"line": "L"
}]
}