<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>INEnums</key>
	<array>
		<dict>
			<key>INEnumClassName</key>
			<string>VisualCodeType</string>
			<key>INEnumDisplayName</key>
			<string>Visual Code Type</string>
			<key>INEnumDisplayNameID</key>
			<string>NgzXIE</string>
			<key>INEnumGeneratesHeader</key>
			<true/>
			<key>INEnumName</key>
			<string>VisualCodeType</string>
			<key>INEnumType</key>
			<string>Regular</string>
			<key>INEnumValues</key>
			<array>
				<dict>
					<key>INEnumValueDisplayName</key>
					<string>unknown</string>
					<key>INEnumValueDisplayNameID</key>
					<string>shMIiT</string>
					<key>INEnumValueName</key>
					<string>unknown</string>
				</dict>
				<dict>
					<key>INEnumValueDisplayName</key>
					<string>contact</string>
					<key>INEnumValueDisplayNameID</key>
					<string>PhlUXc</string>
					<key>INEnumValueIndex</key>
					<integer>1</integer>
					<key>INEnumValueName</key>
					<string>contact</string>
				</dict>
				<dict>
					<key>INEnumValueDisplayName</key>
					<string>request payment</string>
					<key>INEnumValueDisplayNameID</key>
					<string>29DudE</string>
					<key>INEnumValueIndex</key>
					<integer>2</integer>
					<key>INEnumValueName</key>
					<string>requestPayment</string>
				</dict>
				<dict>
					<key>INEnumValueDisplayName</key>
					<string>send payment</string>
					<key>INEnumValueDisplayNameID</key>
					<string>ro7eKU</string>
					<key>INEnumValueIndex</key>
					<integer>3</integer>
					<key>INEnumValueName</key>
					<string>sendPayment</string>
				</dict>
				<dict>
					<key>INEnumValueDisplayName</key>
					<string>transit</string>
					<key>INEnumValueDisplayNameID</key>
					<string>LQQzKv</string>
					<key>INEnumValueIndex</key>
					<integer>4</integer>
					<key>INEnumValueName</key>
					<string>transit</string>
				</dict>
				<dict>
					<key>INEnumValueDisplayName</key>
					<string>bus</string>
					<key>INEnumValueDisplayNameID</key>
					<string>eBoVEm</string>
					<key>INEnumValueIndex</key>
					<integer>5</integer>
					<key>INEnumValueName</key>
					<string>bus</string>
				</dict>
				<dict>
					<key>INEnumValueDisplayName</key>
					<string>subway</string>
					<key>INEnumValueDisplayNameID</key>
					<string>cj8lDM</string>
					<key>INEnumValueIndex</key>
					<integer>6</integer>
					<key>INEnumValueName</key>
					<string>subway</string>
				</dict>
			</array>
		</dict>
	</array>
	<key>INIntentDefinitionModelVersion</key>
	<string>1.1</string>
	<key>INIntentDefinitionNamespace</key>
	<string>System</string>
	<key>INIntentDefinitionSystem</key>
	<true/>
	<key>INIntents</key>
	<array>
		<dict>
			<key>INIntentCategory</key>
			<string>system</string>
			<key>INIntentClassName</key>
			<string>INGetVisualCodeIntent</string>
			<key>INIntentClassPrefix</key>
			<string>IN</string>
			<key>INIntentCustomizable</key>
			<true/>
			<key>INIntentDescription</key>
			<string>A request to show a visual code to the user.</string>
			<key>INIntentDescriptionID</key>
			<string>GX6VGX</string>
			<key>INIntentDomain</key>
			<string>Visual Codes</string>
			<key>INIntentInput</key>
			<string>visualCodeType</string>
			<key>INIntentKeyParameter</key>
			<string>visualCodeType</string>
			<key>INIntentLastParameterTag</key>
			<integer>2</integer>
			<key>INIntentName</key>
			<string>GetVisualCode</string>
			<key>INIntentParameterCombinations</key>
			<dict>
				<key>visualCodeType</key>
				<dict>
					<key>INIntentParameterCombinationIsPrimary</key>
					<true/>
					<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
					<true/>
					<key>INIntentParameterCombinationTitle</key>
					<string>Show ${visualCodeType} visual code</string>
					<key>INIntentParameterCombinationTitleID</key>
					<string>Byitwy</string>
				</dict>
			</dict>
			<key>INIntentParameters</key>
			<array>
				<dict>
					<key>INIntentParameterCustomDisambiguation</key>
					<true/>
					<key>INIntentParameterDisplayName</key>
					<string>Type</string>
					<key>INIntentParameterDisplayNameID</key>
					<string>pTRfnT</string>
					<key>INIntentParameterDisplayPriority</key>
					<integer>1</integer>
					<key>INIntentParameterEnumType</key>
					<string>VisualCodeType</string>
					<key>INIntentParameterEnumTypeNamespace</key>
					<string>System</string>
					<key>INIntentParameterName</key>
					<string>visualCodeType</string>
					<key>INIntentParameterPromptDialogs</key>
					<array>
						<dict>
							<key>INIntentParameterPromptDialogCustom</key>
							<true/>
							<key>INIntentParameterPromptDialogFormatString</key>
							<string>Which type are you looking for?</string>
							<key>INIntentParameterPromptDialogFormatStringID</key>
							<string>WseCPc</string>
							<key>INIntentParameterPromptDialogType</key>
							<string>Primary</string>
						</dict>
						<dict>
							<key>INIntentParameterPromptDialogFormatString</key>
							<string>Just to confirm, you wanted ‘${visualCodeType}’?</string>
							<key>INIntentParameterPromptDialogFormatStringID</key>
							<string>TA4xK0</string>
							<key>INIntentParameterPromptDialogType</key>
							<string>Confirmation</string>
						</dict>
						<dict>
							<key>INIntentParameterPromptDialogCustom</key>
							<true/>
							<key>INIntentParameterPromptDialogFormatString</key>
							<string>Which type are you looking for?</string>
							<key>INIntentParameterPromptDialogFormatStringID</key>
							<string>aOkj3I</string>
							<key>INIntentParameterPromptDialogType</key>
							<string>DisambiguationIntroduction</string>
						</dict>
						<dict>
							<key>INIntentParameterPromptDialogFormatString</key>
							<string>Which one?</string>
							<key>INIntentParameterPromptDialogFormatStringID</key>
							<string>rfvuKL</string>
							<key>INIntentParameterPromptDialogType</key>
							<string>DisambiguationSelection</string>
						</dict>
					</array>
					<key>INIntentParameterSupportsResolution</key>
					<true/>
					<key>INIntentParameterTag</key>
					<integer>2</integer>
					<key>INIntentParameterType</key>
					<string>Integer</string>
				</dict>
			</array>
			<key>INIntentResponse</key>
			<dict>
				<key>INIntentResponseCodes</key>
				<array>
					<dict>
						<key>INIntentResponseCodeFormatString</key>
						<string>OK, here’s your code.</string>
						<key>INIntentResponseCodeFormatStringID</key>
						<string>e4QDo6</string>
						<key>INIntentResponseCodeName</key>
						<string>success</string>
						<key>INIntentResponseCodeSuccess</key>
						<true/>
					</dict>
					<dict>
						<key>INIntentResponseCodeFormatString</key>
						<string>Sorry, there was a problem with the app.</string>
						<key>INIntentResponseCodeFormatStringID</key>
						<string>bqjfF2</string>
						<key>INIntentResponseCodeName</key>
						<string>failure</string>
					</dict>
					<dict>
						<key>INIntentResponseCodeFormatString</key>
						<string>You’ll need to configure the app first.</string>
						<key>INIntentResponseCodeFormatStringID</key>
						<string>iUMhAK</string>
						<key>INIntentResponseCodeName</key>
						<string>failureAppConfigurationRequired</string>
					</dict>
				</array>
				<key>INIntentResponseLastParameterTag</key>
				<integer>2</integer>
				<key>INIntentResponseOutput</key>
				<string>visualCodeImage</string>
				<key>INIntentResponseParameters</key>
				<array>
					<dict>
						<key>INIntentResponseParameterDisplayName</key>
						<string>Image</string>
						<key>INIntentResponseParameterDisplayNameID</key>
						<string>9G94gM</string>
						<key>INIntentResponseParameterDisplayPriority</key>
						<integer>1</integer>
						<key>INIntentResponseParameterName</key>
						<string>visualCodeImage</string>
						<key>INIntentResponseParameterTag</key>
						<integer>2</integer>
						<key>INIntentResponseParameterType</key>
						<string>Image</string>
					</dict>
				</array>
			</dict>
			<key>INIntentTitle</key>
			<string>Show Visual Code</string>
			<key>INIntentTitleID</key>
			<string>ki9R2F</string>
			<key>INIntentType</key>
			<string>System</string>
		</dict>
	</array>
	<key>INTypes</key>
	<array/>
</dict>
</plist>
