forked from actions-on-google/assistant-conversation-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
59 lines (59 loc) · 2.2 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
{
"out": "docs",
"exclude": [
"**/_test/**/*.*",
"node_modules/"
],
"disableOutputCheck": true,
"excludeExternals": true,
"excludePrivate": true,
"links": [{
"label": "Guides",
"url": "https://developers.google.com/assistant/conversational/overview"
}, {
"label": "Codelabs",
"url": "https://developers.google.com/assistant/codelabs"
}, {
"label": "Samples",
"url": "https://developers.google.com/assistant/actions/samples"
}, {
"label": "Glossary",
"url": "https://developers.google.com/assistant/actions/glossary"
}],
"outline": [{
"Conversation builder": {
"Overview": "modules/conversation_conversation",
"App": "interfaces/conversation_conversation.conversationv3app",
"Options": "interfaces/conversation_conv.conversationv3options",
"Conversation": "classes/conversation_conv.conversationv3"
},
"Prompt Items": {
"Overview": "modules/conversation_prompt_prompt",
"Simple": "classes/conversation_prompt_simple.simple",
"Card": "classes/conversation_prompt_content_card.card",
"Collection": "classes/conversation_prompt_content_collection.collection",
"CollectionBrowse": "classes/conversation_prompt_content_collectionbrowse.collectionbrowse",
"Canvas": "classes/conversation_prompt_canvas.canvas",
"Image": "classes/conversation_prompt_content_image.image",
"List": "classes/conversation_prompt_content_list.list",
"Media": "classes/conversation_prompt_content_media.media",
"Table": "classes/conversation_prompt_content_table.table",
"Link": "classes/conversation_prompt_content_link.link",
"Suggestion": "classes/conversation_prompt_suggestion.suggestion",
"OrderUpdate": "classes/conversation_prompt_content_order.orderupdate"
},
"Highlighted Features": {
"Engagement": "interfaces/api_schema.engagement",
"Package Entitlements": "interfaces/api_schema.packageentitlements"
},
"api/schema": "modules/api_schema"
}],
"search": [{
"name": "conversation/prompt.*",
"subtitle": "Prompt"
}],
"source": [{
"path": "https://github.com/actions-on-google/assistant-conversation-nodejs/blob/master/",
"line": "L"
}]
}