Skip to content

Instantly share code, notes, and snippets.

@mitch2be
Created September 13, 2017 01:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitch2be/6e49d5e07e567bbc4d049bc565dad473 to your computer and use it in GitHub Desktop.
Save mitch2be/6e49d5e07e567bbc4d049bc565dad473 to your computer and use it in GitHub Desktop.
AppIntentVocabulary.plist example
<plist version="1.0">
<dict>
<key>IntentPhrases</key>
<array>
<dict>
<key>IntentName</key>
<string>INAddTasksIntent</string>
<key>IntentExamples</key>
<array>
<string>Add mik, sugar and tomato to my grocery list in AppName.</string>
<string>Add mik to my grocery list in AppName.</string>
</array>
</dict>
<dict>
<key>IntentName</key>
<string>INCreateTaskListIntent</string>
<key>IntentExamples</key>
<array>
<string>Create grocery list in AppName.</string>
<string>Create new grocery list in AppName.</string>
</array>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment