-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDialogFlowExample.pml
More file actions
27 lines (27 loc) · 1.25 KB
/
DialogFlowExample.pml
File metadata and controls
27 lines (27 loc) · 1.25 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
<?xml version="1.0" encoding="UTF-8" ?>
<Package name="DialogFlowExample" format_version="4">
<Manifest src="manifest.xml" />
<BehaviorDescriptions>
<BehaviorDescription name="behavior" src="behavior_1" xar="behavior.xar" />
</BehaviorDescriptions>
<Dialogs />
<Resources>
<File name="ListenerService" src="scripts/ListenerService.py" />
<File name="__init__" src="scripts/stk/__init__.py" />
<File name="__init__" src="scripts/stk/__init__.pyc" />
<File name="coroutines" src="scripts/stk/coroutines.py" />
<File name="events" src="scripts/stk/events.py" />
<File name="events" src="scripts/stk/events.pyc" />
<File name="logging" src="scripts/stk/logging.py" />
<File name="logging" src="scripts/stk/logging.pyc" />
<File name="runner" src="scripts/stk/runner.py" />
<File name="runner" src="scripts/stk/runner.pyc" />
<File name="services" src="scripts/stk/services.py" />
<File name="services" src="scripts/stk/services.pyc" />
</Resources>
<Topics />
<IgnoredPaths />
<Translations auto-fill="en_US">
<Translation name="translation_en_US" src="translations/translation_en_US.ts" language="en_US" />
</Translations>
</Package>