Lockscreen.intentdefinition 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>INEnums</key>
  6. <array/>
  7. <key>INIntentDefinitionModelVersion</key>
  8. <string>1.2</string>
  9. <key>INIntentDefinitionNamespace</key>
  10. <string>PqCrom</string>
  11. <key>INIntentDefinitionSystemVersion</key>
  12. <string>22A380</string>
  13. <key>INIntentDefinitionToolsBuildVersion</key>
  14. <string>14A309</string>
  15. <key>INIntentDefinitionToolsVersion</key>
  16. <string>14.0</string>
  17. <key>INIntents</key>
  18. <array>
  19. <dict>
  20. <key>INIntentCategory</key>
  21. <string>information</string>
  22. <key>INIntentDescription</key>
  23. <string>Lockscreen widget</string>
  24. <key>INIntentDescriptionID</key>
  25. <string>6G9C6n</string>
  26. <key>INIntentEligibleForWidgets</key>
  27. <true/>
  28. <key>INIntentIneligibleForSuggestions</key>
  29. <true/>
  30. <key>INIntentLastParameterTag</key>
  31. <integer>2</integer>
  32. <key>INIntentName</key>
  33. <string>Lockscreen</string>
  34. <key>INIntentParameters</key>
  35. <array>
  36. <dict>
  37. <key>INIntentParameterConfigurable</key>
  38. <true/>
  39. <key>INIntentParameterDisplayName</key>
  40. <string>Accounts</string>
  41. <key>INIntentParameterDisplayNameID</key>
  42. <string>9wjBfU</string>
  43. <key>INIntentParameterDisplayPriority</key>
  44. <integer>1</integer>
  45. <key>INIntentParameterName</key>
  46. <string>Accounts</string>
  47. <key>INIntentParameterObjectType</key>
  48. <string>AccountsLockscreen</string>
  49. <key>INIntentParameterObjectTypeNamespace</key>
  50. <string>PqCrom</string>
  51. <key>INIntentParameterPromptDialogs</key>
  52. <array>
  53. <dict>
  54. <key>INIntentParameterPromptDialogCustom</key>
  55. <true/>
  56. <key>INIntentParameterPromptDialogType</key>
  57. <string>Configuration</string>
  58. </dict>
  59. <dict>
  60. <key>INIntentParameterPromptDialogCustom</key>
  61. <true/>
  62. <key>INIntentParameterPromptDialogType</key>
  63. <string>Primary</string>
  64. </dict>
  65. <dict>
  66. <key>INIntentParameterPromptDialogCustom</key>
  67. <true/>
  68. <key>INIntentParameterPromptDialogFormatString</key>
  69. <string>There are ${count} options matching ‘${Accounts}’.</string>
  70. <key>INIntentParameterPromptDialogFormatStringID</key>
  71. <string>UBB5e1</string>
  72. <key>INIntentParameterPromptDialogType</key>
  73. <string>DisambiguationIntroduction</string>
  74. </dict>
  75. <dict>
  76. <key>INIntentParameterPromptDialogCustom</key>
  77. <true/>
  78. <key>INIntentParameterPromptDialogFormatString</key>
  79. <string>Just to confirm, you wanted ‘${Accounts}’?</string>
  80. <key>INIntentParameterPromptDialogFormatStringID</key>
  81. <string>EsGCp1</string>
  82. <key>INIntentParameterPromptDialogType</key>
  83. <string>Confirmation</string>
  84. </dict>
  85. </array>
  86. <key>INIntentParameterSupportsDynamicEnumeration</key>
  87. <true/>
  88. <key>INIntentParameterTag</key>
  89. <integer>2</integer>
  90. <key>INIntentParameterType</key>
  91. <string>Object</string>
  92. </dict>
  93. </array>
  94. <key>INIntentResponse</key>
  95. <dict>
  96. <key>INIntentResponseCodes</key>
  97. <array>
  98. <dict>
  99. <key>INIntentResponseCodeName</key>
  100. <string>success</string>
  101. <key>INIntentResponseCodeSuccess</key>
  102. <true/>
  103. </dict>
  104. <dict>
  105. <key>INIntentResponseCodeName</key>
  106. <string>failure</string>
  107. </dict>
  108. </array>
  109. </dict>
  110. <key>INIntentTitle</key>
  111. <string>Lockscreen</string>
  112. <key>INIntentTitleID</key>
  113. <string>UABqHX</string>
  114. <key>INIntentType</key>
  115. <string>Custom</string>
  116. <key>INIntentVerb</key>
  117. <string>View</string>
  118. </dict>
  119. </array>
  120. <key>INTypes</key>
  121. <array>
  122. <dict>
  123. <key>INTypeDisplayName</key>
  124. <string>Accounts</string>
  125. <key>INTypeDisplayNameID</key>
  126. <string>wGuPt6</string>
  127. <key>INTypeLastPropertyTag</key>
  128. <integer>99</integer>
  129. <key>INTypeName</key>
  130. <string>AccountsLockscreen</string>
  131. <key>INTypeProperties</key>
  132. <array>
  133. <dict>
  134. <key>INTypePropertyDefault</key>
  135. <true/>
  136. <key>INTypePropertyDisplayPriority</key>
  137. <integer>1</integer>
  138. <key>INTypePropertyName</key>
  139. <string>identifier</string>
  140. <key>INTypePropertyTag</key>
  141. <integer>1</integer>
  142. <key>INTypePropertyType</key>
  143. <string>String</string>
  144. </dict>
  145. <dict>
  146. <key>INTypePropertyDefault</key>
  147. <true/>
  148. <key>INTypePropertyDisplayPriority</key>
  149. <integer>2</integer>
  150. <key>INTypePropertyName</key>
  151. <string>displayString</string>
  152. <key>INTypePropertyTag</key>
  153. <integer>2</integer>
  154. <key>INTypePropertyType</key>
  155. <string>String</string>
  156. </dict>
  157. <dict>
  158. <key>INTypePropertyDefault</key>
  159. <true/>
  160. <key>INTypePropertyDisplayPriority</key>
  161. <integer>3</integer>
  162. <key>INTypePropertyName</key>
  163. <string>pronunciationHint</string>
  164. <key>INTypePropertyTag</key>
  165. <integer>3</integer>
  166. <key>INTypePropertyType</key>
  167. <string>String</string>
  168. </dict>
  169. <dict>
  170. <key>INTypePropertyDefault</key>
  171. <true/>
  172. <key>INTypePropertyDisplayPriority</key>
  173. <integer>4</integer>
  174. <key>INTypePropertyName</key>
  175. <string>alternativeSpeakableMatches</string>
  176. <key>INTypePropertySupportsMultipleValues</key>
  177. <true/>
  178. <key>INTypePropertyTag</key>
  179. <integer>4</integer>
  180. <key>INTypePropertyType</key>
  181. <string>SpeakableString</string>
  182. </dict>
  183. </array>
  184. </dict>
  185. </array>
  186. </dict>
  187. </plist>