pyobjc-framework-Intents 9.2__tar.gz → 10.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyobjc-framework-Intents-10.1/Lib/Intents/__init__.py +37 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Lib/Intents/_metadata.py +100 -4
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Lib/pyobjc_framework_Intents.egg-info/PKG-INFO +6 -3
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Lib/pyobjc_framework_Intents.egg-info/SOURCES.txt +7 -1
- pyobjc-framework-Intents-10.1/Lib/pyobjc_framework_Intents.egg-info/requires.txt +2 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Modules/_Intents_protocols.m +6 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Modules/pyobjc-api.h +3 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Modules/pyobjc-compat.h +0 -273
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PKG-INFO +6 -3
- pyobjc-framework-Intents-10.1/PyObjCTest/test_ineditmessageintent.py +32 -0
- pyobjc-framework-Intents-10.1/PyObjCTest/test_ineditmessageintentresponse.py +34 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_infile.py +2 -1
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inintenterrors.py +4 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inmessage.py +1 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insearchformessagesintentresponse.py +4 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insendmessageintentresponse.py +4 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insendmessagerecipientresolutionresult.py +4 -0
- pyobjc-framework-Intents-10.1/PyObjCTest/test_inunsendmessagesintent.py +24 -0
- pyobjc-framework-Intents-10.1/PyObjCTest/test_inunsendmessagesintentresponse.py +35 -0
- pyobjc-framework-Intents-10.1/metadata/raw/arm64-14.0.fwinfo +46994 -0
- pyobjc-framework-Intents-10.1/metadata/raw/x86_64-14.0.fwinfo +46994 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/pyobjc_setup.py +16 -6
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/setup.py +1 -1
- pyobjc-framework-Intents-9.2/Lib/Intents/__init__.py +0 -31
- pyobjc-framework-Intents-9.2/Lib/pyobjc_framework_Intents.egg-info/requires.txt +0 -2
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Lib/pyobjc_framework_Intents.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Lib/pyobjc_framework_Intents.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Lib/pyobjc_framework_Intents.egg-info/top_level.txt +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/License.txt +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/MANIFEST.in +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/Modules/_Intents.m +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inaddmediaintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inanswercallintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inanswercallintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inbooleanresolutionresult.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_incallaudioroute.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_incallcapability.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_incallcapabilityoptions.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_incalldestinationtype.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_incallrecordresolutionresult.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_incallrecordtype.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_incallrecordtypeoptions.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inconditionaloperator.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_infocusstatuscenter.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_ingetreservationdetailsintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inhangUpcallintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inhangupcallintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inintentidentifiers.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_ininteraction.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inmessageattributeoptions.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inobjectcollection.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inoutgoingmessagetype.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inparameter.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inpaymentmethodtypes.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inperson.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inperson_siriadditions.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inpersonhandle.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inpersonhandlelabel.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inpersonrelationship.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inrecurrencefrequency.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inreservationactiontype.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inreservationstatus.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insearchcallhistoryintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insearchcallhistoryintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insearchformessagesintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insendmessageintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insharefocusstatusintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_insharefocusstatusintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inspeakable.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_instartaudiocallintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_instartaudiocallintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_instartcallintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_instartvideocallintent.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_instartvideocallintentresponse.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_intents.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/PyObjCTest/test_inticketedeventcategory.py +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/Intents.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/arm64-12.1.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/arm64-13.1.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/x86_64-12.1.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/x86_64-13.1.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/pyproject.toml +0 -0
- {pyobjc-framework-Intents-9.2 → pyobjc-framework-Intents-10.1}/setup.cfg +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the Intents framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import Foundation
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata, _Intents
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="Intents",
|
|
18
|
+
frameworkIdentifier="com.apple.Intents",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/Intents.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(
|
|
25
|
+
_Intents,
|
|
26
|
+
Foundation,
|
|
27
|
+
),
|
|
28
|
+
metadict=_metadata.__dict__,
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
globals()["__dir__"] = dir_func
|
|
32
|
+
globals()["__getattr__"] = getattr_func
|
|
33
|
+
|
|
34
|
+
del sys.modules["Intents._metadata"]
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
globals().pop("_setup")()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun Jul 30 12:24:32 2023
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
33
|
constants = """$INAnswerCallIntentIdentifier$INCancelWorkoutIntentIdentifier$INCarChargingConnectorTypeCCS1$INCarChargingConnectorTypeCCS2$INCarChargingConnectorTypeCHAdeMO$INCarChargingConnectorTypeGBTAC$INCarChargingConnectorTypeGBTDC$INCarChargingConnectorTypeJ1772$INCarChargingConnectorTypeMennekes$INCarChargingConnectorTypeTesla$INEndWorkoutIntentIdentifier$INGetRideStatusIntentIdentifier$INHangUpCallIntentIdentifier$INIntentErrorDomain$INListRideOptionsIntentIdentifier$INPauseWorkoutIntentIdentifier$INPersonHandleLabelHome$INPersonHandleLabelHomeFax$INPersonHandleLabelMain$INPersonHandleLabelMobile$INPersonHandleLabelOther$INPersonHandleLabelPager$INPersonHandleLabelSchool$INPersonHandleLabelWork$INPersonHandleLabelWorkFax$INPersonHandleLabeliPhone$INPersonRelationshipAssistant$INPersonRelationshipBrother$INPersonRelationshipChild$INPersonRelationshipDaughter$INPersonRelationshipFather$INPersonRelationshipFriend$INPersonRelationshipManager$INPersonRelationshipMother$INPersonRelationshipParent$INPersonRelationshipPartner$INPersonRelationshipSister$INPersonRelationshipSon$INPersonRelationshipSpouse$INRequestPaymentIntentIdentifier$INRequestRideIntentIdentifier$INResumeWorkoutIntentIdentifier$INSaveProfileInCarIntentIdentifier$INSearchCallHistoryIntentIdentifier$INSearchForMessagesIntentIdentifier$INSearchForPhotosIntentIdentifier$INSendMessageIntentIdentifier$INSendPaymentIntentIdentifier$INSetAudioSourceInCarIntentIdentifier$INSetClimateSettingsInCarIntentIdentifier$INSetDefrosterSettingsInCarIntentIdentifier$INSetMessageAttributeIntentIdentifier$INSetProfileInCarIntentIdentifier$INSetRadioStationIntentIdentifier$INSetSeatSettingsInCarIntentIdentifier$INStartAudioCallIntentIdentifier$INStartCallIntentIdentifier$INStartPhotoPlaybackIntentIdentifier$INStartVideoCallIntentIdentifier$INStartWorkoutIntentIdentifier$INWorkoutNameIdentifierCrosstraining$INWorkoutNameIdentifierCycle$INWorkoutNameIdentifierDance$INWorkoutNameIdentifierElliptical$INWorkoutNameIdentifierExercise$INWorkoutNameIdentifierHighIntensityIntervalTraining$INWorkoutNameIdentifierHike$INWorkoutNameIdentifierIndoorcycle$INWorkoutNameIdentifierIndoorrun$INWorkoutNameIdentifierIndoorwalk$INWorkoutNameIdentifierMove$INWorkoutNameIdentifierOther$INWorkoutNameIdentifierRower$INWorkoutNameIdentifierRun$INWorkoutNameIdentifierSit$INWorkoutNameIdentifierStairs$INWorkoutNameIdentifierStand$INWorkoutNameIdentifierSteps$INWorkoutNameIdentifierSwim$INWorkoutNameIdentifierWalk$INWorkoutNameIdentifierYoga$IntentsVersionNumber@d$"""
|
|
34
|
-
enums = """$INAccountTypeChecking@1$INAccountTypeCredit@2$INAccountTypeDebit@3$INAccountTypeInvestment@4$INAccountTypeMortgage@5$INAccountTypePrepaid@6$INAccountTypeSaving@7$INAccountTypeUnknown@0$INActivateCarSignalIntentResponseCodeFailure@4$INActivateCarSignalIntentResponseCodeFailureRequiringAppLaunch@5$INActivateCarSignalIntentResponseCodeInProgress@2$INActivateCarSignalIntentResponseCodeReady@1$INActivateCarSignalIntentResponseCodeSuccess@3$INActivateCarSignalIntentResponseCodeUnspecified@0$INAddMediaIntentResponseCodeFailure@5$INAddMediaIntentResponseCodeFailureRequiringAppLaunch@6$INAddMediaIntentResponseCodeHandleInApp@4$INAddMediaIntentResponseCodeInProgress@2$INAddMediaIntentResponseCodeReady@1$INAddMediaIntentResponseCodeSuccess@3$INAddMediaIntentResponseCodeUnspecified@0$INAddMediaMediaDestinationUnsupportedReasonPlaylistNameNotFound@1$INAddMediaMediaDestinationUnsupportedReasonPlaylistNotEditable@2$INAddMediaMediaItemUnsupportedReasonCellularDataSettings@5$INAddMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INAddMediaMediaItemUnsupportedReasonLoginRequired@1$INAddMediaMediaItemUnsupportedReasonRegionRestriction@8$INAddMediaMediaItemUnsupportedReasonRestrictedContent@6$INAddMediaMediaItemUnsupportedReasonServiceUnavailable@7$INAddMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INAddMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INAddTasksIntentResponseCodeFailure@4$INAddTasksIntentResponseCodeFailureRequiringAppLaunch@5$INAddTasksIntentResponseCodeInProgress@2$INAddTasksIntentResponseCodeReady@1$INAddTasksIntentResponseCodeSuccess@3$INAddTasksIntentResponseCodeUnspecified@0$INAddTasksTargetTaskListConfirmationReasonListShouldBeCreated@1$INAddTasksTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INAddTasksTemporalEventTriggerUnsupportedReasonTimeInPast@1$INAmountTypeAmountDue@2$INAmountTypeCurrentBalance@3$INAmountTypeMaximumTransferAmount@4$INAmountTypeMinimumDue@1$INAmountTypeMinimumTransferAmount@5$INAmountTypeStatementBalance@6$INAmountTypeUnknown@0$INAnswerCallIntentResponseCodeContinueInApp@2$INAnswerCallIntentResponseCodeFailure@5$INAnswerCallIntentResponseCodeFailureRequiringAppLaunch@6$INAnswerCallIntentResponseCodeInProgress@3$INAnswerCallIntentResponseCodeReady@1$INAnswerCallIntentResponseCodeSuccess@4$INAnswerCallIntentResponseCodeUnspecified@0$INAppendToNoteIntentResponseCodeFailure@4$INAppendToNoteIntentResponseCodeFailureCannotUpdatePasswordProtectedNote@6$INAppendToNoteIntentResponseCodeFailureRequiringAppLaunch@5$INAppendToNoteIntentResponseCodeInProgress@2$INAppendToNoteIntentResponseCodeReady@1$INAppendToNoteIntentResponseCodeSuccess@3$INAppendToNoteIntentResponseCodeUnspecified@0$INBalanceTypeMiles@3$INBalanceTypeMoney@1$INBalanceTypePoints@2$INBalanceTypeUnknown@0$INBillTypeAutoInsurance@1$INBillTypeCable@2$INBillTypeCarLease@3$INBillTypeCarLoan@4$INBillTypeCreditCard@5$INBillTypeElectricity@6$INBillTypeGarbageAndRecycling@8$INBillTypeGas@7$INBillTypeHealthInsurance@9$INBillTypeHomeInsurance@10$INBillTypeInternet@11$INBillTypeLifeInsurance@12$INBillTypeMortgage@13$INBillTypeMusicStreaming@14$INBillTypePhone@15$INBillTypeRent@16$INBillTypeSewer@17$INBillTypeStudentLoan@18$INBillTypeTrafficTicket@19$INBillTypeTuition@20$INBillTypeUnknown@0$INBillTypeUtilities@21$INBillTypeWater@22$INBookRestaurantReservationIntentCodeDenied@1$INBookRestaurantReservationIntentCodeFailure@2$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunch@3$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchMustVerifyCredentials@4$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@5$INBookRestaurantReservationIntentCodeSuccess@0$INCallAudioRouteBluetoothAudioRoute@2$INCallAudioRouteSpeakerphoneAudioRoute@1$INCallAudioRouteUnknown@0$INCallCapabilityAudioCall@1$INCallCapabilityOptionAudioCall@1$INCallCapabilityOptionVideoCall@2$INCallCapabilityUnknown@0$INCallCapabilityVideoCall@2$INCallDestinationTypeCallBack@5$INCallDestinationTypeEmergency@2$INCallDestinationTypeEmergencyDestination@2$INCallDestinationTypeNormal@1$INCallDestinationTypeNormalDestination@1$INCallDestinationTypeRedial@4$INCallDestinationTypeRedialDestination@4$INCallDestinationTypeUnknown@0$INCallDestinationTypeVoicemail@3$INCallDestinationTypeVoicemailDestination@3$INCallRecordTypeInProgress@7$INCallRecordTypeLatest@4$INCallRecordTypeMissed@2$INCallRecordTypeOnHold@8$INCallRecordTypeOptionInProgress@64$INCallRecordTypeOptionLatest@8$INCallRecordTypeOptionMissed@2$INCallRecordTypeOptionOnHold@128$INCallRecordTypeOptionOutgoing@1$INCallRecordTypeOptionReceived@4$INCallRecordTypeOptionRinging@32$INCallRecordTypeOptionVoicemail@16$INCallRecordTypeOutgoing@1$INCallRecordTypeReceived@3$INCallRecordTypeRinging@6$INCallRecordTypeUnknown@0$INCallRecordTypeVoicemail@5$INCancelRideIntentResponseCodeFailure@3$INCancelRideIntentResponseCodeReady@1$INCancelRideIntentResponseCodeSuccess@2$INCancelRideIntentResponseCodeUnspecified@0$INCancelWorkoutIntentResponseCodeContinueInApp@2$INCancelWorkoutIntentResponseCodeFailure@3$INCancelWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INCancelWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INCancelWorkoutIntentResponseCodeHandleInApp@6$INCancelWorkoutIntentResponseCodeReady@1$INCancelWorkoutIntentResponseCodeSuccess@7$INCancelWorkoutIntentResponseCodeUnspecified@0$INCarAirCirculationModeFreshAir@1$INCarAirCirculationModeRecirculateAir@2$INCarAirCirculationModeUnknown@0$INCarAudioSourceAUX@5$INCarAudioSourceBluetooth@4$INCarAudioSourceCarPlay@1$INCarAudioSourceHardDrive@9$INCarAudioSourceMemoryCard@7$INCarAudioSourceOpticalDrive@8$INCarAudioSourceRadio@3$INCarAudioSourceUSB@6$INCarAudioSourceUnknown@0$INCarAudioSourceiPod@2$INCarDefrosterAll@3$INCarDefrosterFront@1$INCarDefrosterRear@2$INCarDefrosterUnknown@0$INCarSeatAll@12$INCarSeatDriver@1$INCarSeatFront@5$INCarSeatFrontLeft@3$INCarSeatFrontRight@4$INCarSeatPassenger@2$INCarSeatRear@8$INCarSeatRearLeft@6$INCarSeatRearRight@7$INCarSeatThirdRow@11$INCarSeatThirdRowLeft@9$INCarSeatThirdRowRight@10$INCarSeatUnknown@0$INCarSignalOptionAudible@1$INCarSignalOptionVisible@2$INChargingConnectorTypeOptionCCS1@4$INChargingConnectorTypeOptionCCS2@8$INChargingConnectorTypeOptionCHAdeMO@16$INChargingConnectorTypeOptionGBTAC@32$INChargingConnectorTypeOptionGBTDC@64$INChargingConnectorTypeOptionJ1772@2$INChargingConnectorTypeOptionMennekes@256$INChargingConnectorTypeOptionNone@1$INChargingConnectorTypeOptionTesla@128$INConditionalOperatorAll@0$INConditionalOperatorAny@1$INConditionalOperatorNone@2$INCreateNoteIntentResponseCodeFailure@4$INCreateNoteIntentResponseCodeFailureRequiringAppLaunch@5$INCreateNoteIntentResponseCodeInProgress@2$INCreateNoteIntentResponseCodeReady@1$INCreateNoteIntentResponseCodeSuccess@3$INCreateNoteIntentResponseCodeUnspecified@0$INCreateTaskListIntentResponseCodeFailure@4$INCreateTaskListIntentResponseCodeFailureRequiringAppLaunch@5$INCreateTaskListIntentResponseCodeInProgress@2$INCreateTaskListIntentResponseCodeReady@1$INCreateTaskListIntentResponseCodeSuccess@3$INCreateTaskListIntentResponseCodeUnspecified@0$INDailyRoutineSituationActiveWorkout@8$INDailyRoutineSituationCommute@6$INDailyRoutineSituationEvening@1$INDailyRoutineSituationGym@5$INDailyRoutineSituationHeadphonesConnected@7$INDailyRoutineSituationHome@2$INDailyRoutineSituationMorning@0$INDailyRoutineSituationPhysicalActivityIncomplete@9$INDailyRoutineSituationSchool@4$INDailyRoutineSituationWork@3$INDateSearchTypeByCreatedDate@3$INDateSearchTypeByDueDate@1$INDateSearchTypeByModifiedDate@2$INDateSearchTypeUnknown@0$INDayOfWeekOptionFriday@16$INDayOfWeekOptionMonday@1$INDayOfWeekOptionSaturday@32$INDayOfWeekOptionSunday@64$INDayOfWeekOptionThursday@8$INDayOfWeekOptionTuesday@2$INDayOfWeekOptionWednesday@4$INDeleteTasksIntentResponseCodeFailure@4$INDeleteTasksIntentResponseCodeFailureRequiringAppLaunch@5$INDeleteTasksIntentResponseCodeInProgress@2$INDeleteTasksIntentResponseCodeReady@1$INDeleteTasksIntentResponseCodeSuccess@3$INDeleteTasksIntentResponseCodeUnspecified@0$INDeleteTasksTaskListUnsupportedReasonNoTaskListFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksInApp@2$INEndWorkoutIntentResponseCodeContinueInApp@2$INEndWorkoutIntentResponseCodeFailure@3$INEndWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INEndWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INEndWorkoutIntentResponseCodeHandleInApp@6$INEndWorkoutIntentResponseCodeReady@1$INEndWorkoutIntentResponseCodeSuccess@7$INEndWorkoutIntentResponseCodeUnspecified@0$INFocusStatusAuthorizationStatusAuthorized@3$INFocusStatusAuthorizationStatusDenied@2$INFocusStatusAuthorizationStatusNotDetermined@0$INFocusStatusAuthorizationStatusRestricted@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeFailure@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeSuccess@0$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeUnspecified@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailure@1$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnsatisfiable@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnspecified@3$INGetAvailableRestaurantReservationBookingsIntentCodeSuccess@0$INGetCarLockStatusIntentResponseCodeFailure@4$INGetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarLockStatusIntentResponseCodeInProgress@2$INGetCarLockStatusIntentResponseCodeReady@1$INGetCarLockStatusIntentResponseCodeSuccess@3$INGetCarLockStatusIntentResponseCodeUnspecified@0$INGetCarPowerLevelStatusIntentResponseCodeFailure@4$INGetCarPowerLevelStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarPowerLevelStatusIntentResponseCodeInProgress@2$INGetCarPowerLevelStatusIntentResponseCodeReady@1$INGetCarPowerLevelStatusIntentResponseCodeSuccess@3$INGetCarPowerLevelStatusIntentResponseCodeUnspecified@0$INGetReservationDetailsIntentResponseCodeFailure@4$INGetReservationDetailsIntentResponseCodeFailureRequiringAppLaunch@5$INGetReservationDetailsIntentResponseCodeInProgress@2$INGetReservationDetailsIntentResponseCodeReady@1$INGetReservationDetailsIntentResponseCodeSuccess@3$INGetReservationDetailsIntentResponseCodeUnspecified@0$INGetRestaurantGuestIntentResponseCodeFailure@1$INGetRestaurantGuestIntentResponseCodeSuccess@0$INGetRideStatusIntentResponseCodeFailure@4$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@7$INGetRideStatusIntentResponseCodeInProgress@2$INGetRideStatusIntentResponseCodeReady@1$INGetRideStatusIntentResponseCodeSuccess@3$INGetRideStatusIntentResponseCodeUnspecified@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailure@1$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailureRequestUnsatisfiable@2$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeSuccess@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeUnspecified@3$INGetVisualCodeIntentResponseCodeContinueInApp@2$INGetVisualCodeIntentResponseCodeFailure@5$INGetVisualCodeIntentResponseCodeFailureAppConfigurationRequired@7$INGetVisualCodeIntentResponseCodeFailureRequiringAppLaunch@6$INGetVisualCodeIntentResponseCodeInProgress@3$INGetVisualCodeIntentResponseCodeReady@1$INGetVisualCodeIntentResponseCodeSuccess@4$INGetVisualCodeIntentResponseCodeUnspecified@0$INHangUpCallIntentResponseCodeFailure@4$INHangUpCallIntentResponseCodeFailureNoCallToHangUp@6$INHangUpCallIntentResponseCodeFailureRequiringAppLaunch@5$INHangUpCallIntentResponseCodeInProgress@2$INHangUpCallIntentResponseCodeReady@1$INHangUpCallIntentResponseCodeSuccess@3$INHangUpCallIntentResponseCodeUnspecified@0$INIntentErrorDecodingGeneric@9000$INIntentErrorDeletingAllInteractions@1902$INIntentErrorDeletingInteractionWithGroupIdentifier@1904$INIntentErrorDeletingInteractionWithIdentifiers@1903$INIntentErrorDonatingInteraction@1901$INIntentErrorEncodingFailed@8001$INIntentErrorEncodingGeneric@8000$INIntentErrorExtensionBringUpFailed@5001$INIntentErrorExtensionLaunchingTimeout@5000$INIntentErrorImageGeneric@6000$INIntentErrorImageLoadingFailed@6003$INIntentErrorImageNoServiceAvailable@6001$INIntentErrorImageProxyInvalid@6006$INIntentErrorImageProxyLoop@6005$INIntentErrorImageProxyTimeout@6007$INIntentErrorImageRetrievalFailed@6004$INIntentErrorImageScalingFailed@6009$INIntentErrorImageServiceFailure@6008$INIntentErrorImageStorageFailed@6002$INIntentErrorIntentSupportedByMultipleExtension@2001$INIntentErrorInteractionOperationNotSupported@1900$INIntentErrorInvalidIntentName@2004$INIntentErrorInvalidUserVocabularyFileLocation@4000$INIntentErrorMissingInformation@3002$INIntentErrorNoAppAvailable@2005$INIntentErrorNoHandlerProvidedForIntent@2003$INIntentErrorPermissionDenied@6010$INIntentErrorRequestTimedOut@3001$INIntentErrorRestrictedIntentsNotSupportedByExtension@2002$INIntentErrorVoiceShortcutCreationFailed@7000$INIntentErrorVoiceShortcutDeleteFailed@7002$INIntentErrorVoiceShortcutGetFailed@7001$INIntentHandlingStatusDeferredToApplication@5$INIntentHandlingStatusFailure@4$INIntentHandlingStatusInProgress@2$INIntentHandlingStatusReady@1$INIntentHandlingStatusSuccess@3$INIntentHandlingStatusUnspecified@0$INIntentHandlingStatusUserConfirmationRequired@6$INInteractionDirectionIncoming@2$INInteractionDirectionOutgoing@1$INInteractionDirectionUnspecified@0$INListCarsIntentResponseCodeFailure@4$INListCarsIntentResponseCodeFailureRequiringAppLaunch@5$INListCarsIntentResponseCodeInProgress@2$INListCarsIntentResponseCodeReady@1$INListCarsIntentResponseCodeSuccess@3$INListCarsIntentResponseCodeUnspecified@0$INListRideOptionsIntentResponseCodeFailure@4$INListRideOptionsIntentResponseCodeFailurePreviousRideNeedsFeedback@10$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunch@5$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INListRideOptionsIntentResponseCodeInProgress@2$INListRideOptionsIntentResponseCodeReady@1$INListRideOptionsIntentResponseCodeSuccess@3$INListRideOptionsIntentResponseCodeUnspecified@0$INLocationSearchTypeByLocationTrigger@1$INLocationSearchTypeUnknown@0$INMediaAffinityTypeDislike@2$INMediaAffinityTypeLike@1$INMediaAffinityTypeUnknown@0$INMediaDestinationTypeLibrary@1$INMediaDestinationTypePlaylist@2$INMediaDestinationTypeUnknown@0$INMediaItemTypeAlbum@2$INMediaItemTypeAlgorithmicRadioStation@19$INMediaItemTypeArtist@3$INMediaItemTypeAudioBook@10$INMediaItemTypeGenre@4$INMediaItemTypeMovie@11$INMediaItemTypeMusic@18$INMediaItemTypeMusicStation@9$INMediaItemTypeMusicVideo@14$INMediaItemTypeNews@20$INMediaItemTypePlaylist@5$INMediaItemTypePodcastEpisode@7$INMediaItemTypePodcastPlaylist@8$INMediaItemTypePodcastShow@6$INMediaItemTypePodcastStation@15$INMediaItemTypeRadioStation@16$INMediaItemTypeSong@1$INMediaItemTypeStation@17$INMediaItemTypeTVShow@12$INMediaItemTypeTVShowEpisode@13$INMediaItemTypeUnknown@0$INMediaReferenceCurrentlyPlaying@1$INMediaReferenceMy@2$INMediaReferenceUnknown@0$INMediaSortOrderBest@3$INMediaSortOrderNewest@1$INMediaSortOrderOldest@2$INMediaSortOrderPopular@5$INMediaSortOrderRecommended@8$INMediaSortOrderTrending@7$INMediaSortOrderUnknown@0$INMediaSortOrderUnpopular@6$INMediaSortOrderWorst@4$INMediaUserContextSubscriptionStatusNotSubscribed@1$INMediaUserContextSubscriptionStatusSubscribed@2$INMediaUserContextSubscriptionStatusUnknown@0$INMediaUserContextSubscriptionStatusVoice@3$INMessageAttributeFlagged@3$INMessageAttributeOptionFlagged@4$INMessageAttributeOptionPlayed@16$INMessageAttributeOptionRead@1$INMessageAttributeOptionUnflagged@8$INMessageAttributeOptionUnread@2$INMessageAttributePlayed@5$INMessageAttributeRead@1$INMessageAttributeUnflagged@4$INMessageAttributeUnknown@0$INMessageAttributeUnread@2$INMessageTypeActivitySnippet@23$INMessageTypeAnimoji@22$INMessageTypeAudio@2$INMessageTypeDigitalTouch@3$INMessageTypeFile@24$INMessageTypeHandwriting@4$INMessageTypeLink@25$INMessageTypeMediaAddressCard@14$INMessageTypeMediaAudio@18$INMessageTypeMediaCalendar@12$INMessageTypeMediaImage@15$INMessageTypeMediaLocation@13$INMessageTypeMediaPass@17$INMessageTypeMediaVideo@16$INMessageTypePaymentNote@21$INMessageTypePaymentRequest@20$INMessageTypePaymentSent@19$INMessageTypeSticker@5$INMessageTypeTapbackDisliked@7$INMessageTypeTapbackEmphasized@8$INMessageTypeTapbackLaughed@11$INMessageTypeTapbackLiked@6$INMessageTypeTapbackLoved@9$INMessageTypeTapbackQuestioned@10$INMessageTypeText@1$INMessageTypeUnspecified@0$INNoteContentTypeImage@2$INNoteContentTypeText@1$INNoteContentTypeUnknown@0$INNotebookItemTypeNote@1$INNotebookItemTypeTask@3$INNotebookItemTypeTaskList@2$INNotebookItemTypeUnknown@0$INOutgoingMessageTypeOutgoingMessageAudio@2$INOutgoingMessageTypeOutgoingMessageText@1$INOutgoingMessageTypeUnknown@0$INPauseWorkoutIntentResponseCodeContinueInApp@2$INPauseWorkoutIntentResponseCodeFailure@3$INPauseWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INPauseWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INPauseWorkoutIntentResponseCodeHandleInApp@6$INPauseWorkoutIntentResponseCodeReady@1$INPauseWorkoutIntentResponseCodeSuccess@7$INPauseWorkoutIntentResponseCodeUnspecified@0$INPayBillIntentResponseCodeFailure@4$INPayBillIntentResponseCodeFailureCredentialsUnverified@6$INPayBillIntentResponseCodeFailureInsufficientFunds@7$INPayBillIntentResponseCodeFailureRequiringAppLaunch@5$INPayBillIntentResponseCodeInProgress@2$INPayBillIntentResponseCodeReady@1$INPayBillIntentResponseCodeSuccess@3$INPayBillIntentResponseCodeUnspecified@0$INPaymentMethodTypeApplePay@8$INPaymentMethodTypeBrokerage@3$INPaymentMethodTypeChecking@1$INPaymentMethodTypeCredit@5$INPaymentMethodTypeDebit@4$INPaymentMethodTypePrepaid@6$INPaymentMethodTypeSavings@2$INPaymentMethodTypeStore@7$INPaymentMethodTypeUnknown@0$INPaymentStatusCanceled@3$INPaymentStatusCompleted@2$INPaymentStatusFailed@4$INPaymentStatusPending@1$INPaymentStatusUnknown@0$INPaymentStatusUnpaid@5$INPersonHandleTypeEmailAddress@1$INPersonHandleTypePhoneNumber@2$INPersonHandleTypeUnknown@0$INPersonSuggestionTypeInstantMessageAddress@2$INPersonSuggestionTypeNone@0$INPersonSuggestionTypeSocialProfile@1$INPhotoAttributeOptionBouncePhoto@134217728$INPhotoAttributeOptionBurstPhoto@1024$INPhotoAttributeOptionChromeFilter@131072$INPhotoAttributeOptionFadeFilter@4194304$INPhotoAttributeOptionFavorite@64$INPhotoAttributeOptionFlash@8$INPhotoAttributeOptionFrontFacingCamera@256$INPhotoAttributeOptionGIF@4$INPhotoAttributeOptionHDRPhoto@2048$INPhotoAttributeOptionInstantFilter@262144$INPhotoAttributeOptionLandscapeOrientation@16$INPhotoAttributeOptionLivePhoto@33554432$INPhotoAttributeOptionLongExposurePhoto@268435456$INPhotoAttributeOptionLoopPhoto@67108864$INPhotoAttributeOptionMonoFilter@2097152$INPhotoAttributeOptionNoirFilter@65536$INPhotoAttributeOptionPanoramaPhoto@8192$INPhotoAttributeOptionPhoto@1$INPhotoAttributeOptionPortraitOrientation@32$INPhotoAttributeOptionPortraitPhoto@16777216$INPhotoAttributeOptionProcessFilter@8388608$INPhotoAttributeOptionScreenshot@512$INPhotoAttributeOptionSelfie@128$INPhotoAttributeOptionSlowMotionVideo@32768$INPhotoAttributeOptionSquarePhoto@4096$INPhotoAttributeOptionTimeLapseVideo@16384$INPhotoAttributeOptionTonalFilter@524288$INPhotoAttributeOptionTransferFilter@1048576$INPhotoAttributeOptionVideo@2$INPlayMediaIntentResponseCodeContinueInApp@2$INPlayMediaIntentResponseCodeFailure@6$INPlayMediaIntentResponseCodeFailureMaxStreamLimitReached@11$INPlayMediaIntentResponseCodeFailureNoUnplayedContent@9$INPlayMediaIntentResponseCodeFailureRequiringAppLaunch@7$INPlayMediaIntentResponseCodeFailureRestrictedContent@10$INPlayMediaIntentResponseCodeFailureUnknownMediaType@8$INPlayMediaIntentResponseCodeHandleInApp@5$INPlayMediaIntentResponseCodeInProgress@3$INPlayMediaIntentResponseCodeReady@1$INPlayMediaIntentResponseCodeSuccess@4$INPlayMediaIntentResponseCodeUnspecified@0$INPlayMediaMediaItemUnsupportedReasonCellularDataSettings@5$INPlayMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INPlayMediaMediaItemUnsupportedReasonLoginRequired@1$INPlayMediaMediaItemUnsupportedReasonRegionRestriction@8$INPlayMediaMediaItemUnsupportedReasonRestrictedContent@6$INPlayMediaMediaItemUnsupportedReasonServiceUnavailable@7$INPlayMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INPlayMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INPlayMediaPlaybackSpeedUnsupportedReasonAboveMaximum@2$INPlayMediaPlaybackSpeedUnsupportedReasonBelowMinimum@1$INPlaybackQueueLocationLater@3$INPlaybackQueueLocationNext@2$INPlaybackQueueLocationNow@1$INPlaybackQueueLocationUnknown@0$INPlaybackRepeatModeAll@2$INPlaybackRepeatModeNone@1$INPlaybackRepeatModeOne@3$INPlaybackRepeatModeUnknown@0$INRadioTypeAM@1$INRadioTypeDAB@5$INRadioTypeFM@2$INRadioTypeHD@3$INRadioTypeSatellite@4$INRadioTypeUnknown@0$INRecurrenceFrequencyDaily@3$INRecurrenceFrequencyHourly@2$INRecurrenceFrequencyMinute@1$INRecurrenceFrequencyMonthly@5$INRecurrenceFrequencyUnknown@0$INRecurrenceFrequencyWeekly@4$INRecurrenceFrequencyYearly@6$INRelativeReferenceNext@1$INRelativeReferencePrevious@2$INRelativeReferenceUnknown@0$INRelativeSettingHigher@3$INRelativeSettingHighest@4$INRelativeSettingLower@2$INRelativeSettingLowest@1$INRelativeSettingUnknown@0$INRelevantShortcutRoleAction@0$INRelevantShortcutRoleInformation@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INRequestPaymentIntentResponseCodeFailure@4$INRequestPaymentIntentResponseCodeFailureCredentialsUnverified@6$INRequestPaymentIntentResponseCodeFailureNoBankAccount@10$INRequestPaymentIntentResponseCodeFailureNotEligible@11$INRequestPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INRequestPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INRequestPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INRequestPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INRequestPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@12$INRequestPaymentIntentResponseCodeInProgress@2$INRequestPaymentIntentResponseCodeReady@1$INRequestPaymentIntentResponseCodeSuccess@3$INRequestPaymentIntentResponseCodeUnspecified@0$INRequestPaymentPayerUnsupportedReasonCredentialsUnverified@1$INRequestPaymentPayerUnsupportedReasonNoAccount@2$INRequestPaymentPayerUnsupportedReasonNoValidHandle@3$INRequestRideIntentResponseCodeFailure@4$INRequestRideIntentResponseCodeFailureRequiringAppLaunch@5$INRequestRideIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INRequestRideIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INRequestRideIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INRequestRideIntentResponseCodeFailureRequiringAppLaunchRideScheduledTooFar@10$INRequestRideIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INRequestRideIntentResponseCodeInProgress@2$INRequestRideIntentResponseCodeReady@1$INRequestRideIntentResponseCodeSuccess@3$INRequestRideIntentResponseCodeUnspecified@0$INReservationActionTypeCheckIn@1$INReservationActionTypeUnknown@0$INReservationStatusCanceled@1$INReservationStatusConfirmed@4$INReservationStatusHold@3$INReservationStatusPending@2$INReservationStatusUnknown@0$INRestaurantReservationUserBookingStatusConfirmed@1$INRestaurantReservationUserBookingStatusDenied@2$INRestaurantReservationUserBookingStatusPending@0$INResumeWorkoutIntentResponseCodeContinueInApp@2$INResumeWorkoutIntentResponseCodeFailure@3$INResumeWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INResumeWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INResumeWorkoutIntentResponseCodeHandleInApp@6$INResumeWorkoutIntentResponseCodeReady@1$INResumeWorkoutIntentResponseCodeSuccess@7$INResumeWorkoutIntentResponseCodeUnspecified@0$INRideFeedbackTypeOptionRate@1$INRideFeedbackTypeOptionTip@2$INRidePhaseApproachingPickup@5$INRidePhaseCompleted@4$INRidePhaseConfirmed@2$INRidePhaseOngoing@3$INRidePhasePickup@6$INRidePhaseReceived@1$INRidePhaseUnknown@0$INSaveProfileInCarIntentResponseCodeFailure@4$INSaveProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSaveProfileInCarIntentResponseCodeInProgress@2$INSaveProfileInCarIntentResponseCodeReady@1$INSaveProfileInCarIntentResponseCodeSuccess@3$INSaveProfileInCarIntentResponseCodeUnspecified@0$INSearchCallHistoryIntentResponseCodeContinueInApp@2$INSearchCallHistoryIntentResponseCodeFailure@3$INSearchCallHistoryIntentResponseCodeFailureAppConfigurationRequired@5$INSearchCallHistoryIntentResponseCodeFailureRequiringAppLaunch@4$INSearchCallHistoryIntentResponseCodeInProgress@6$INSearchCallHistoryIntentResponseCodeReady@1$INSearchCallHistoryIntentResponseCodeSuccess@7$INSearchCallHistoryIntentResponseCodeUnspecified@0$INSearchForAccountsIntentResponseCodeFailure@4$INSearchForAccountsIntentResponseCodeFailureAccountNotFound@7$INSearchForAccountsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForAccountsIntentResponseCodeFailureNotEligible@9$INSearchForAccountsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForAccountsIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@8$INSearchForAccountsIntentResponseCodeInProgress@2$INSearchForAccountsIntentResponseCodeReady@1$INSearchForAccountsIntentResponseCodeSuccess@3$INSearchForAccountsIntentResponseCodeUnspecified@0$INSearchForBillsIntentResponseCodeFailure@4$INSearchForBillsIntentResponseCodeFailureBillNotFound@7$INSearchForBillsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForBillsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForBillsIntentResponseCodeInProgress@2$INSearchForBillsIntentResponseCodeReady@1$INSearchForBillsIntentResponseCodeSuccess@3$INSearchForBillsIntentResponseCodeUnspecified@0$INSearchForMediaIntentResponseCodeContinueInApp@2$INSearchForMediaIntentResponseCodeFailure@5$INSearchForMediaIntentResponseCodeFailureRequiringAppLaunch@6$INSearchForMediaIntentResponseCodeInProgress@3$INSearchForMediaIntentResponseCodeReady@1$INSearchForMediaIntentResponseCodeSuccess@4$INSearchForMediaIntentResponseCodeUnspecified@0$INSearchForMediaMediaItemUnsupportedReasonCellularDataSettings@5$INSearchForMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INSearchForMediaMediaItemUnsupportedReasonLoginRequired@1$INSearchForMediaMediaItemUnsupportedReasonRegionRestriction@8$INSearchForMediaMediaItemUnsupportedReasonRestrictedContent@6$INSearchForMediaMediaItemUnsupportedReasonServiceUnavailable@7$INSearchForMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INSearchForMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INSearchForMessagesIntentResponseCodeFailure@4$INSearchForMessagesIntentResponseCodeFailureMessageServiceNotAvailable@6$INSearchForMessagesIntentResponseCodeFailureMessageTooManyResults@7$INSearchForMessagesIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForMessagesIntentResponseCodeInProgress@2$INSearchForMessagesIntentResponseCodeReady@1$INSearchForMessagesIntentResponseCodeSuccess@3$INSearchForMessagesIntentResponseCodeUnspecified@0$INSearchForNotebookItemsIntentResponseCodeFailure@4$INSearchForNotebookItemsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForNotebookItemsIntentResponseCodeInProgress@2$INSearchForNotebookItemsIntentResponseCodeReady@1$INSearchForNotebookItemsIntentResponseCodeSuccess@3$INSearchForNotebookItemsIntentResponseCodeUnspecified@0$INSearchForPhotosIntentResponseCodeContinueInApp@2$INSearchForPhotosIntentResponseCodeFailure@3$INSearchForPhotosIntentResponseCodeFailureAppConfigurationRequired@5$INSearchForPhotosIntentResponseCodeFailureRequiringAppLaunch@4$INSearchForPhotosIntentResponseCodeReady@1$INSearchForPhotosIntentResponseCodeUnspecified@0$INSendMessageIntentResponseCodeFailure@4$INSendMessageIntentResponseCodeFailureMessageAttachmentError@7$INSendMessageIntentResponseCodeFailureMessageLocationNotAllowed@8$INSendMessageIntentResponseCodeFailureMessageServiceNotAvailable@6$INSendMessageIntentResponseCodeFailureRequiringAppLaunch@5$INSendMessageIntentResponseCodeInProgress@2$INSendMessageIntentResponseCodeReady@1$INSendMessageIntentResponseCodeSuccess@3$INSendMessageIntentResponseCodeUnspecified@0$INSendMessageRecipientUnsupportedReasonMessagingServiceNotEnabledForRecipient@3$INSendMessageRecipientUnsupportedReasonNoAccount@1$INSendMessageRecipientUnsupportedReasonNoHandleForLabel@6$INSendMessageRecipientUnsupportedReasonNoValidHandle@4$INSendMessageRecipientUnsupportedReasonOffline@2$INSendMessageRecipientUnsupportedReasonRequestedHandleInvalid@5$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INSendPaymentIntentResponseCodeFailure@4$INSendPaymentIntentResponseCodeFailureCredentialsUnverified@6$INSendPaymentIntentResponseCodeFailureInsufficientFunds@10$INSendPaymentIntentResponseCodeFailureNoBankAccount@11$INSendPaymentIntentResponseCodeFailureNotEligible@12$INSendPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INSendPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INSendPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INSendPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INSendPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@13$INSendPaymentIntentResponseCodeInProgress@2$INSendPaymentIntentResponseCodeReady@1$INSendPaymentIntentResponseCodeSuccess@3$INSendPaymentIntentResponseCodeUnspecified@0$INSendPaymentPayeeUnsupportedReasonCredentialsUnverified@1$INSendPaymentPayeeUnsupportedReasonInsufficientFunds@2$INSendPaymentPayeeUnsupportedReasonNoAccount@3$INSendPaymentPayeeUnsupportedReasonNoValidHandle@4$INSendRideFeedbackIntentResponseCodeFailure@3$INSendRideFeedbackIntentResponseCodeReady@1$INSendRideFeedbackIntentResponseCodeSuccess@2$INSendRideFeedbackIntentResponseCodeUnspecified@0$INSetAudioSourceInCarIntentResponseCodeFailure@4$INSetAudioSourceInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetAudioSourceInCarIntentResponseCodeInProgress@2$INSetAudioSourceInCarIntentResponseCodeReady@1$INSetAudioSourceInCarIntentResponseCodeSuccess@3$INSetAudioSourceInCarIntentResponseCodeUnspecified@0$INSetCarLockStatusIntentResponseCodeFailure@4$INSetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INSetCarLockStatusIntentResponseCodeInProgress@2$INSetCarLockStatusIntentResponseCodeReady@1$INSetCarLockStatusIntentResponseCodeSuccess@3$INSetCarLockStatusIntentResponseCodeUnspecified@0$INSetClimateSettingsInCarIntentResponseCodeFailure@4$INSetClimateSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetClimateSettingsInCarIntentResponseCodeInProgress@2$INSetClimateSettingsInCarIntentResponseCodeReady@1$INSetClimateSettingsInCarIntentResponseCodeSuccess@3$INSetClimateSettingsInCarIntentResponseCodeUnspecified@0$INSetDefrosterSettingsInCarIntentResponseCodeFailure@4$INSetDefrosterSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetDefrosterSettingsInCarIntentResponseCodeInProgress@2$INSetDefrosterSettingsInCarIntentResponseCodeReady@1$INSetDefrosterSettingsInCarIntentResponseCodeSuccess@3$INSetDefrosterSettingsInCarIntentResponseCodeUnspecified@0$INSetMessageAttributeIntentResponseCodeFailure@4$INSetMessageAttributeIntentResponseCodeFailureMessageAttributeNotSet@7$INSetMessageAttributeIntentResponseCodeFailureMessageNotFound@6$INSetMessageAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetMessageAttributeIntentResponseCodeInProgress@2$INSetMessageAttributeIntentResponseCodeReady@1$INSetMessageAttributeIntentResponseCodeSuccess@3$INSetMessageAttributeIntentResponseCodeUnspecified@0$INSetProfileInCarIntentResponseCodeFailure@4$INSetProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetProfileInCarIntentResponseCodeInProgress@2$INSetProfileInCarIntentResponseCodeReady@1$INSetProfileInCarIntentResponseCodeSuccess@3$INSetProfileInCarIntentResponseCodeUnspecified@0$INSetRadioStationIntentResponseCodeFailure@4$INSetRadioStationIntentResponseCodeFailureNotSubscribed@6$INSetRadioStationIntentResponseCodeFailureRequiringAppLaunch@5$INSetRadioStationIntentResponseCodeInProgress@2$INSetRadioStationIntentResponseCodeReady@1$INSetRadioStationIntentResponseCodeSuccess@3$INSetRadioStationIntentResponseCodeUnspecified@0$INSetSeatSettingsInCarIntentResponseCodeFailure@4$INSetSeatSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetSeatSettingsInCarIntentResponseCodeInProgress@2$INSetSeatSettingsInCarIntentResponseCodeReady@1$INSetSeatSettingsInCarIntentResponseCodeSuccess@3$INSetSeatSettingsInCarIntentResponseCodeUnspecified@0$INSetTaskAttributeIntentResponseCodeFailure@4$INSetTaskAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetTaskAttributeIntentResponseCodeInProgress@2$INSetTaskAttributeIntentResponseCodeReady@1$INSetTaskAttributeIntentResponseCodeSuccess@3$INSetTaskAttributeIntentResponseCodeUnspecified@0$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonTimeInPast@1$INShareFocusStatusIntentResponseCodeFailure@4$INShareFocusStatusIntentResponseCodeFailureRequiringAppLaunch@5$INShareFocusStatusIntentResponseCodeInProgress@2$INShareFocusStatusIntentResponseCodeReady@1$INShareFocusStatusIntentResponseCodeSuccess@3$INShareFocusStatusIntentResponseCodeUnspecified@0$INShortcutAvailabilityOptionSleepJournaling@2$INShortcutAvailabilityOptionSleepMindfulness@1$INShortcutAvailabilityOptionSleepMusic@4$INShortcutAvailabilityOptionSleepPodcasts@8$INShortcutAvailabilityOptionSleepPrepareForTomorrow@32$INShortcutAvailabilityOptionSleepReading@16$INShortcutAvailabilityOptionSleepWrapUpYourDay@32$INShortcutAvailabilityOptionSleepYogaAndStretching@64$INSiriAuthorizationStatusAuthorized@3$INSiriAuthorizationStatusDenied@2$INSiriAuthorizationStatusNotDetermined@0$INSiriAuthorizationStatusRestricted@1$INSnoozeTasksIntentResponseCodeFailure@4$INSnoozeTasksIntentResponseCodeFailureRequiringAppLaunch@5$INSnoozeTasksIntentResponseCodeInProgress@2$INSnoozeTasksIntentResponseCodeReady@1$INSnoozeTasksIntentResponseCodeSuccess@3$INSnoozeTasksIntentResponseCodeUnspecified@0$INSnoozeTasksTaskUnsupportedReasonNoTasksFound@1$INSortTypeAsIs@1$INSortTypeByDate@2$INSortTypeUnknown@0$INSpatialEventArrive@1$INSpatialEventDepart@2$INSpatialEventUnknown@0$INStartAudioCallIntentResponseCodeContinueInApp@2$INStartAudioCallIntentResponseCodeFailure@3$INStartAudioCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartAudioCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartAudioCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartAudioCallIntentResponseCodeFailureNoValidNumber@8$INStartAudioCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartAudioCallIntentResponseCodeReady@1$INStartAudioCallIntentResponseCodeUnspecified@0$INStartCallCallCapabilityUnsupportedReasonCameraNotAccessible@3$INStartCallCallCapabilityUnsupportedReasonMicrophoneNotAccessible@2$INStartCallCallCapabilityUnsupportedReasonVideoCallUnsupported@1$INStartCallCallRecordToCallBackUnsupportedReasonNoMatchingCall@1$INStartCallContactUnsupportedReasonInvalidHandle@4$INStartCallContactUnsupportedReasonMultipleContactsUnsupported@2$INStartCallContactUnsupportedReasonNoCallHistoryForRedial@6$INStartCallContactUnsupportedReasonNoContactFound@1$INStartCallContactUnsupportedReasonNoHandleForLabel@3$INStartCallContactUnsupportedReasonNoUsableHandleForRedial@7$INStartCallContactUnsupportedReasonUnsupportedMmiUssd@5$INStartCallIntentResponseCodeContinueInApp@2$INStartCallIntentResponseCodeFailure@4$INStartCallIntentResponseCodeFailureAirplaneModeEnabled@8$INStartCallIntentResponseCodeFailureAppConfigurationRequired@10$INStartCallIntentResponseCodeFailureCallInProgress@11$INStartCallIntentResponseCodeFailureCallRinging@12$INStartCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartCallIntentResponseCodeFailureRequiringAppLaunch@5$INStartCallIntentResponseCodeFailureUnableToHandOff@9$INStartCallIntentResponseCodeReady@1$INStartCallIntentResponseCodeUnspecified@0$INStartCallIntentResponseCodeUserConfirmationRequired@3$INStartPhotoPlaybackIntentResponseCodeContinueInApp@2$INStartPhotoPlaybackIntentResponseCodeFailure@3$INStartPhotoPlaybackIntentResponseCodeFailureAppConfigurationRequired@5$INStartPhotoPlaybackIntentResponseCodeFailureRequiringAppLaunch@4$INStartPhotoPlaybackIntentResponseCodeReady@1$INStartPhotoPlaybackIntentResponseCodeUnspecified@0$INStartVideoCallIntentResponseCodeContinueInApp@2$INStartVideoCallIntentResponseCodeFailure@3$INStartVideoCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartVideoCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartVideoCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartVideoCallIntentResponseCodeFailureInvalidNumber@8$INStartVideoCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartVideoCallIntentResponseCodeReady@1$INStartVideoCallIntentResponseCodeUnspecified@0$INStartWorkoutIntentResponseCodeContinueInApp@2$INStartWorkoutIntentResponseCodeFailure@3$INStartWorkoutIntentResponseCodeFailureNoMatchingWorkout@6$INStartWorkoutIntentResponseCodeFailureOngoingWorkout@5$INStartWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INStartWorkoutIntentResponseCodeHandleInApp@7$INStartWorkoutIntentResponseCodeReady@1$INStartWorkoutIntentResponseCodeSuccess@8$INStartWorkoutIntentResponseCodeUnspecified@0$INTaskPriorityFlagged@2$INTaskPriorityNotFlagged@1$INTaskPriorityUnknown@0$INTaskStatusCompleted@2$INTaskStatusNotCompleted@1$INTaskStatusUnknown@0$INTaskTypeCompletable@2$INTaskTypeNotCompletable@1$INTaskTypeUnknown@0$INTemporalEventTriggerTypeOptionNotScheduled@1$INTemporalEventTriggerTypeOptionScheduledNonRecurring@2$INTemporalEventTriggerTypeOptionScheduledRecurring@4$INTicketedEventCategoryMovie@1$INTicketedEventCategoryUnknown@0$INTransferMoneyIntentResponseCodeFailure@4$INTransferMoneyIntentResponseCodeFailureCredentialsUnverified@6$INTransferMoneyIntentResponseCodeFailureInsufficientFunds@7$INTransferMoneyIntentResponseCodeFailureRequiringAppLaunch@5$INTransferMoneyIntentResponseCodeInProgress@2$INTransferMoneyIntentResponseCodeReady@1$INTransferMoneyIntentResponseCodeSuccess@3$INTransferMoneyIntentResponseCodeUnspecified@0$INUpcomingMediaPredictionModeDefault@0$INUpcomingMediaPredictionModeOnlyPredictSuggestedIntents@1$INUpdateMediaAffinityIntentResponseCodeFailure@4$INUpdateMediaAffinityIntentResponseCodeFailureRequiringAppLaunch@5$INUpdateMediaAffinityIntentResponseCodeInProgress@2$INUpdateMediaAffinityIntentResponseCodeReady@1$INUpdateMediaAffinityIntentResponseCodeSuccess@3$INUpdateMediaAffinityIntentResponseCodeUnspecified@0$INUpdateMediaAffinityMediaItemUnsupportedReasonCellularDataSettings@5$INUpdateMediaAffinityMediaItemUnsupportedReasonExplicitContentSettings@4$INUpdateMediaAffinityMediaItemUnsupportedReasonLoginRequired@1$INUpdateMediaAffinityMediaItemUnsupportedReasonRegionRestriction@8$INUpdateMediaAffinityMediaItemUnsupportedReasonRestrictedContent@6$INUpdateMediaAffinityMediaItemUnsupportedReasonServiceUnavailable@7$INUpdateMediaAffinityMediaItemUnsupportedReasonSubscriptionRequired@2$INUpdateMediaAffinityMediaItemUnsupportedReasonUnsupportedMediaType@3$INVisualCodeTypeBus@5$INVisualCodeTypeContact@1$INVisualCodeTypeRequestPayment@2$INVisualCodeTypeSendPayment@3$INVisualCodeTypeSubway@6$INVisualCodeTypeTransit@4$INVisualCodeTypeUnknown@0$INVocabularyStringTypeCarName@301$INVocabularyStringTypeCarProfileName@300$INVocabularyStringTypeContactGroupName@2$INVocabularyStringTypeContactName@1$INVocabularyStringTypeMediaAudiobookAuthorName@703$INVocabularyStringTypeMediaAudiobookTitle@702$INVocabularyStringTypeMediaMusicArtistName@701$INVocabularyStringTypeMediaPlaylistTitle@700$INVocabularyStringTypeMediaShowTitle@704$INVocabularyStringTypeNotebookItemGroupName@501$INVocabularyStringTypeNotebookItemTitle@500$INVocabularyStringTypePaymentsAccountNickname@401$INVocabularyStringTypePaymentsOrganizationName@400$INVocabularyStringTypePhotoAlbumName@101$INVocabularyStringTypePhotoTag@100$INVocabularyStringTypeWorkoutActivityName@200$INWorkoutGoalUnitTypeFoot@3$INWorkoutGoalUnitTypeHour@8$INWorkoutGoalUnitTypeInch@1$INWorkoutGoalUnitTypeJoule@9$INWorkoutGoalUnitTypeKiloCalorie@10$INWorkoutGoalUnitTypeMeter@2$INWorkoutGoalUnitTypeMile@4$INWorkoutGoalUnitTypeMinute@7$INWorkoutGoalUnitTypeSecond@6$INWorkoutGoalUnitTypeUnknown@0$INWorkoutGoalUnitTypeYard@5$INWorkoutLocationTypeIndoor@2$INWorkoutLocationTypeOutdoor@1$INWorkoutLocationTypeUnknown@0$"""
|
|
34
|
+
enums = """$INAccountTypeChecking@1$INAccountTypeCredit@2$INAccountTypeDebit@3$INAccountTypeInvestment@4$INAccountTypeMortgage@5$INAccountTypePrepaid@6$INAccountTypeSaving@7$INAccountTypeUnknown@0$INActivateCarSignalIntentResponseCodeFailure@4$INActivateCarSignalIntentResponseCodeFailureRequiringAppLaunch@5$INActivateCarSignalIntentResponseCodeInProgress@2$INActivateCarSignalIntentResponseCodeReady@1$INActivateCarSignalIntentResponseCodeSuccess@3$INActivateCarSignalIntentResponseCodeUnspecified@0$INAddMediaIntentResponseCodeFailure@5$INAddMediaIntentResponseCodeFailureRequiringAppLaunch@6$INAddMediaIntentResponseCodeHandleInApp@4$INAddMediaIntentResponseCodeInProgress@2$INAddMediaIntentResponseCodeReady@1$INAddMediaIntentResponseCodeSuccess@3$INAddMediaIntentResponseCodeUnspecified@0$INAddMediaMediaDestinationUnsupportedReasonPlaylistNameNotFound@1$INAddMediaMediaDestinationUnsupportedReasonPlaylistNotEditable@2$INAddMediaMediaItemUnsupportedReasonCellularDataSettings@5$INAddMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INAddMediaMediaItemUnsupportedReasonLoginRequired@1$INAddMediaMediaItemUnsupportedReasonRegionRestriction@8$INAddMediaMediaItemUnsupportedReasonRestrictedContent@6$INAddMediaMediaItemUnsupportedReasonServiceUnavailable@7$INAddMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INAddMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INAddTasksIntentResponseCodeFailure@4$INAddTasksIntentResponseCodeFailureRequiringAppLaunch@5$INAddTasksIntentResponseCodeInProgress@2$INAddTasksIntentResponseCodeReady@1$INAddTasksIntentResponseCodeSuccess@3$INAddTasksIntentResponseCodeUnspecified@0$INAddTasksTargetTaskListConfirmationReasonListShouldBeCreated@1$INAddTasksTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INAddTasksTemporalEventTriggerUnsupportedReasonTimeInPast@1$INAmountTypeAmountDue@2$INAmountTypeCurrentBalance@3$INAmountTypeMaximumTransferAmount@4$INAmountTypeMinimumDue@1$INAmountTypeMinimumTransferAmount@5$INAmountTypeStatementBalance@6$INAmountTypeUnknown@0$INAnswerCallIntentResponseCodeContinueInApp@2$INAnswerCallIntentResponseCodeFailure@5$INAnswerCallIntentResponseCodeFailureRequiringAppLaunch@6$INAnswerCallIntentResponseCodeInProgress@3$INAnswerCallIntentResponseCodeReady@1$INAnswerCallIntentResponseCodeSuccess@4$INAnswerCallIntentResponseCodeUnspecified@0$INAppendToNoteIntentResponseCodeFailure@4$INAppendToNoteIntentResponseCodeFailureCannotUpdatePasswordProtectedNote@6$INAppendToNoteIntentResponseCodeFailureRequiringAppLaunch@5$INAppendToNoteIntentResponseCodeInProgress@2$INAppendToNoteIntentResponseCodeReady@1$INAppendToNoteIntentResponseCodeSuccess@3$INAppendToNoteIntentResponseCodeUnspecified@0$INBalanceTypeMiles@3$INBalanceTypeMoney@1$INBalanceTypePoints@2$INBalanceTypeUnknown@0$INBillTypeAutoInsurance@1$INBillTypeCable@2$INBillTypeCarLease@3$INBillTypeCarLoan@4$INBillTypeCreditCard@5$INBillTypeElectricity@6$INBillTypeGarbageAndRecycling@8$INBillTypeGas@7$INBillTypeHealthInsurance@9$INBillTypeHomeInsurance@10$INBillTypeInternet@11$INBillTypeLifeInsurance@12$INBillTypeMortgage@13$INBillTypeMusicStreaming@14$INBillTypePhone@15$INBillTypeRent@16$INBillTypeSewer@17$INBillTypeStudentLoan@18$INBillTypeTrafficTicket@19$INBillTypeTuition@20$INBillTypeUnknown@0$INBillTypeUtilities@21$INBillTypeWater@22$INBookRestaurantReservationIntentCodeDenied@1$INBookRestaurantReservationIntentCodeFailure@2$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunch@3$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchMustVerifyCredentials@4$INBookRestaurantReservationIntentCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@5$INBookRestaurantReservationIntentCodeSuccess@0$INCallAudioRouteBluetoothAudioRoute@2$INCallAudioRouteSpeakerphoneAudioRoute@1$INCallAudioRouteUnknown@0$INCallCapabilityAudioCall@1$INCallCapabilityOptionAudioCall@1$INCallCapabilityOptionVideoCall@2$INCallCapabilityUnknown@0$INCallCapabilityVideoCall@2$INCallDestinationTypeCallBack@5$INCallDestinationTypeEmergency@2$INCallDestinationTypeEmergencyDestination@2$INCallDestinationTypeNormal@1$INCallDestinationTypeNormalDestination@1$INCallDestinationTypeRedial@4$INCallDestinationTypeRedialDestination@4$INCallDestinationTypeUnknown@0$INCallDestinationTypeVoicemail@3$INCallDestinationTypeVoicemailDestination@3$INCallRecordTypeInProgress@7$INCallRecordTypeLatest@4$INCallRecordTypeMissed@2$INCallRecordTypeOnHold@8$INCallRecordTypeOptionInProgress@64$INCallRecordTypeOptionLatest@8$INCallRecordTypeOptionMissed@2$INCallRecordTypeOptionOnHold@128$INCallRecordTypeOptionOutgoing@1$INCallRecordTypeOptionReceived@4$INCallRecordTypeOptionRinging@32$INCallRecordTypeOptionVoicemail@16$INCallRecordTypeOutgoing@1$INCallRecordTypeReceived@3$INCallRecordTypeRinging@6$INCallRecordTypeUnknown@0$INCallRecordTypeVoicemail@5$INCancelRideIntentResponseCodeFailure@3$INCancelRideIntentResponseCodeReady@1$INCancelRideIntentResponseCodeSuccess@2$INCancelRideIntentResponseCodeUnspecified@0$INCancelWorkoutIntentResponseCodeContinueInApp@2$INCancelWorkoutIntentResponseCodeFailure@3$INCancelWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INCancelWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INCancelWorkoutIntentResponseCodeHandleInApp@6$INCancelWorkoutIntentResponseCodeReady@1$INCancelWorkoutIntentResponseCodeSuccess@7$INCancelWorkoutIntentResponseCodeUnspecified@0$INCarAirCirculationModeFreshAir@1$INCarAirCirculationModeRecirculateAir@2$INCarAirCirculationModeUnknown@0$INCarAudioSourceAUX@5$INCarAudioSourceBluetooth@4$INCarAudioSourceCarPlay@1$INCarAudioSourceHardDrive@9$INCarAudioSourceMemoryCard@7$INCarAudioSourceOpticalDrive@8$INCarAudioSourceRadio@3$INCarAudioSourceUSB@6$INCarAudioSourceUnknown@0$INCarAudioSourceiPod@2$INCarDefrosterAll@3$INCarDefrosterFront@1$INCarDefrosterRear@2$INCarDefrosterUnknown@0$INCarSeatAll@12$INCarSeatDriver@1$INCarSeatFront@5$INCarSeatFrontLeft@3$INCarSeatFrontRight@4$INCarSeatPassenger@2$INCarSeatRear@8$INCarSeatRearLeft@6$INCarSeatRearRight@7$INCarSeatThirdRow@11$INCarSeatThirdRowLeft@9$INCarSeatThirdRowRight@10$INCarSeatUnknown@0$INCarSignalOptionAudible@1$INCarSignalOptionVisible@2$INChargingConnectorTypeOptionCCS1@4$INChargingConnectorTypeOptionCCS2@8$INChargingConnectorTypeOptionCHAdeMO@16$INChargingConnectorTypeOptionGBTAC@32$INChargingConnectorTypeOptionGBTDC@64$INChargingConnectorTypeOptionJ1772@2$INChargingConnectorTypeOptionMennekes@256$INChargingConnectorTypeOptionNone@1$INChargingConnectorTypeOptionTesla@128$INConditionalOperatorAll@0$INConditionalOperatorAny@1$INConditionalOperatorNone@2$INCreateNoteIntentResponseCodeFailure@4$INCreateNoteIntentResponseCodeFailureRequiringAppLaunch@5$INCreateNoteIntentResponseCodeInProgress@2$INCreateNoteIntentResponseCodeReady@1$INCreateNoteIntentResponseCodeSuccess@3$INCreateNoteIntentResponseCodeUnspecified@0$INCreateTaskListIntentResponseCodeFailure@4$INCreateTaskListIntentResponseCodeFailureRequiringAppLaunch@5$INCreateTaskListIntentResponseCodeInProgress@2$INCreateTaskListIntentResponseCodeReady@1$INCreateTaskListIntentResponseCodeSuccess@3$INCreateTaskListIntentResponseCodeUnspecified@0$INDailyRoutineSituationActiveWorkout@8$INDailyRoutineSituationCommute@6$INDailyRoutineSituationEvening@1$INDailyRoutineSituationGym@5$INDailyRoutineSituationHeadphonesConnected@7$INDailyRoutineSituationHome@2$INDailyRoutineSituationMorning@0$INDailyRoutineSituationPhysicalActivityIncomplete@9$INDailyRoutineSituationSchool@4$INDailyRoutineSituationWork@3$INDateSearchTypeByCreatedDate@3$INDateSearchTypeByDueDate@1$INDateSearchTypeByModifiedDate@2$INDateSearchTypeUnknown@0$INDayOfWeekOptionFriday@16$INDayOfWeekOptionMonday@1$INDayOfWeekOptionSaturday@32$INDayOfWeekOptionSunday@64$INDayOfWeekOptionThursday@8$INDayOfWeekOptionTuesday@2$INDayOfWeekOptionWednesday@4$INDeleteTasksIntentResponseCodeFailure@4$INDeleteTasksIntentResponseCodeFailureRequiringAppLaunch@5$INDeleteTasksIntentResponseCodeInProgress@2$INDeleteTasksIntentResponseCodeReady@1$INDeleteTasksIntentResponseCodeSuccess@3$INDeleteTasksIntentResponseCodeUnspecified@0$INDeleteTasksTaskListUnsupportedReasonNoTaskListFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksFound@1$INDeleteTasksTaskUnsupportedReasonNoTasksInApp@2$INEditMessageIntentResponseCodeFailure@4$INEditMessageIntentResponseCodeFailureMessageNotFound@6$INEditMessageIntentResponseCodeFailureMessageServiceNotAvailable@10$INEditMessageIntentResponseCodeFailureMessageTypeUnsupported@8$INEditMessageIntentResponseCodeFailurePastEditTimeLimit@7$INEditMessageIntentResponseCodeFailureRequiringAppLaunch@5$INEditMessageIntentResponseCodeFailureRequiringInAppAuthentication@11$INEditMessageIntentResponseCodeFailureUnsupportedOnService@9$INEditMessageIntentResponseCodeInProgress@2$INEditMessageIntentResponseCodeReady@1$INEditMessageIntentResponseCodeSuccess@3$INEditMessageIntentResponseCodeUnspecified@0$INEndWorkoutIntentResponseCodeContinueInApp@2$INEndWorkoutIntentResponseCodeFailure@3$INEndWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INEndWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INEndWorkoutIntentResponseCodeHandleInApp@6$INEndWorkoutIntentResponseCodeReady@1$INEndWorkoutIntentResponseCodeSuccess@7$INEndWorkoutIntentResponseCodeUnspecified@0$INFocusStatusAuthorizationStatusAuthorized@3$INFocusStatusAuthorizationStatusDenied@2$INFocusStatusAuthorizationStatusNotDetermined@0$INFocusStatusAuthorizationStatusRestricted@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeFailure@1$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeSuccess@0$INGetAvailableRestaurantReservationBookingDefaultsIntentResponseCodeUnspecified@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailure@1$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnsatisfiable@2$INGetAvailableRestaurantReservationBookingsIntentCodeFailureRequestUnspecified@3$INGetAvailableRestaurantReservationBookingsIntentCodeSuccess@0$INGetCarLockStatusIntentResponseCodeFailure@4$INGetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarLockStatusIntentResponseCodeInProgress@2$INGetCarLockStatusIntentResponseCodeReady@1$INGetCarLockStatusIntentResponseCodeSuccess@3$INGetCarLockStatusIntentResponseCodeUnspecified@0$INGetCarPowerLevelStatusIntentResponseCodeFailure@4$INGetCarPowerLevelStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetCarPowerLevelStatusIntentResponseCodeInProgress@2$INGetCarPowerLevelStatusIntentResponseCodeReady@1$INGetCarPowerLevelStatusIntentResponseCodeSuccess@3$INGetCarPowerLevelStatusIntentResponseCodeUnspecified@0$INGetReservationDetailsIntentResponseCodeFailure@4$INGetReservationDetailsIntentResponseCodeFailureRequiringAppLaunch@5$INGetReservationDetailsIntentResponseCodeInProgress@2$INGetReservationDetailsIntentResponseCodeReady@1$INGetReservationDetailsIntentResponseCodeSuccess@3$INGetReservationDetailsIntentResponseCodeUnspecified@0$INGetRestaurantGuestIntentResponseCodeFailure@1$INGetRestaurantGuestIntentResponseCodeSuccess@0$INGetRideStatusIntentResponseCodeFailure@4$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunch@5$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INGetRideStatusIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@7$INGetRideStatusIntentResponseCodeInProgress@2$INGetRideStatusIntentResponseCodeReady@1$INGetRideStatusIntentResponseCodeSuccess@3$INGetRideStatusIntentResponseCodeUnspecified@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailure@1$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeFailureRequestUnsatisfiable@2$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeSuccess@0$INGetUserCurrentRestaurantReservationBookingsIntentResponseCodeUnspecified@3$INGetVisualCodeIntentResponseCodeContinueInApp@2$INGetVisualCodeIntentResponseCodeFailure@5$INGetVisualCodeIntentResponseCodeFailureAppConfigurationRequired@7$INGetVisualCodeIntentResponseCodeFailureRequiringAppLaunch@6$INGetVisualCodeIntentResponseCodeInProgress@3$INGetVisualCodeIntentResponseCodeReady@1$INGetVisualCodeIntentResponseCodeSuccess@4$INGetVisualCodeIntentResponseCodeUnspecified@0$INHangUpCallIntentResponseCodeFailure@4$INHangUpCallIntentResponseCodeFailureNoCallToHangUp@6$INHangUpCallIntentResponseCodeFailureRequiringAppLaunch@5$INHangUpCallIntentResponseCodeInProgress@2$INHangUpCallIntentResponseCodeReady@1$INHangUpCallIntentResponseCodeSuccess@3$INHangUpCallIntentResponseCodeUnspecified@0$INIntentErrorDecodingGeneric@9000$INIntentErrorDeletingAllInteractions@1902$INIntentErrorDeletingInteractionWithGroupIdentifier@1904$INIntentErrorDeletingInteractionWithIdentifiers@1903$INIntentErrorDonatingInteraction@1901$INIntentErrorEncodingFailed@8001$INIntentErrorEncodingGeneric@8000$INIntentErrorExtensionBringUpFailed@5001$INIntentErrorExtensionLaunchingTimeout@5000$INIntentErrorImageGeneric@6000$INIntentErrorImageLoadingFailed@6003$INIntentErrorImageNoServiceAvailable@6001$INIntentErrorImageProxyInvalid@6006$INIntentErrorImageProxyLoop@6005$INIntentErrorImageProxyTimeout@6007$INIntentErrorImageRetrievalFailed@6004$INIntentErrorImageScalingFailed@6009$INIntentErrorImageServiceFailure@6008$INIntentErrorImageStorageFailed@6002$INIntentErrorIntentSupportedByMultipleExtension@2001$INIntentErrorInteractionOperationNotSupported@1900$INIntentErrorInvalidIntentName@2004$INIntentErrorInvalidUserVocabularyFileLocation@4000$INIntentErrorMissingInformation@3002$INIntentErrorNoAppAvailable@2005$INIntentErrorNoAppIntent@10001$INIntentErrorNoHandlerProvidedForIntent@2003$INIntentErrorPermissionDenied@6010$INIntentErrorRequestTimedOut@3001$INIntentErrorRestrictedIntentsNotSupportedByExtension@2002$INIntentErrorUnableToCreateAppIntentRepresentation@10000$INIntentErrorVoiceShortcutCreationFailed@7000$INIntentErrorVoiceShortcutDeleteFailed@7002$INIntentErrorVoiceShortcutGetFailed@7001$INIntentHandlingStatusDeferredToApplication@5$INIntentHandlingStatusFailure@4$INIntentHandlingStatusInProgress@2$INIntentHandlingStatusReady@1$INIntentHandlingStatusSuccess@3$INIntentHandlingStatusUnspecified@0$INIntentHandlingStatusUserConfirmationRequired@6$INInteractionDirectionIncoming@2$INInteractionDirectionOutgoing@1$INInteractionDirectionUnspecified@0$INListCarsIntentResponseCodeFailure@4$INListCarsIntentResponseCodeFailureRequiringAppLaunch@5$INListCarsIntentResponseCodeInProgress@2$INListCarsIntentResponseCodeReady@1$INListCarsIntentResponseCodeSuccess@3$INListCarsIntentResponseCodeUnspecified@0$INListRideOptionsIntentResponseCodeFailure@4$INListRideOptionsIntentResponseCodeFailurePreviousRideNeedsFeedback@10$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunch@5$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INListRideOptionsIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INListRideOptionsIntentResponseCodeInProgress@2$INListRideOptionsIntentResponseCodeReady@1$INListRideOptionsIntentResponseCodeSuccess@3$INListRideOptionsIntentResponseCodeUnspecified@0$INLocationSearchTypeByLocationTrigger@1$INLocationSearchTypeUnknown@0$INMediaAffinityTypeDislike@2$INMediaAffinityTypeLike@1$INMediaAffinityTypeUnknown@0$INMediaDestinationTypeLibrary@1$INMediaDestinationTypePlaylist@2$INMediaDestinationTypeUnknown@0$INMediaItemTypeAlbum@2$INMediaItemTypeAlgorithmicRadioStation@19$INMediaItemTypeArtist@3$INMediaItemTypeAudioBook@10$INMediaItemTypeGenre@4$INMediaItemTypeMovie@11$INMediaItemTypeMusic@18$INMediaItemTypeMusicStation@9$INMediaItemTypeMusicVideo@14$INMediaItemTypeNews@20$INMediaItemTypePlaylist@5$INMediaItemTypePodcastEpisode@7$INMediaItemTypePodcastPlaylist@8$INMediaItemTypePodcastShow@6$INMediaItemTypePodcastStation@15$INMediaItemTypeRadioStation@16$INMediaItemTypeSong@1$INMediaItemTypeStation@17$INMediaItemTypeTVShow@12$INMediaItemTypeTVShowEpisode@13$INMediaItemTypeUnknown@0$INMediaReferenceCurrentlyPlaying@1$INMediaReferenceMy@2$INMediaReferenceUnknown@0$INMediaSortOrderBest@3$INMediaSortOrderNewest@1$INMediaSortOrderOldest@2$INMediaSortOrderPopular@5$INMediaSortOrderRecommended@8$INMediaSortOrderTrending@7$INMediaSortOrderUnknown@0$INMediaSortOrderUnpopular@6$INMediaSortOrderWorst@4$INMediaUserContextSubscriptionStatusNotSubscribed@1$INMediaUserContextSubscriptionStatusSubscribed@2$INMediaUserContextSubscriptionStatusUnknown@0$INMediaUserContextSubscriptionStatusVoice@3$INMessageAttributeFlagged@3$INMessageAttributeOptionFlagged@4$INMessageAttributeOptionPlayed@16$INMessageAttributeOptionRead@1$INMessageAttributeOptionUnflagged@8$INMessageAttributeOptionUnread@2$INMessageAttributePlayed@5$INMessageAttributeRead@1$INMessageAttributeUnflagged@4$INMessageAttributeUnknown@0$INMessageAttributeUnread@2$INMessageTypeActivitySnippet@23$INMessageTypeAnimoji@22$INMessageTypeAudio@2$INMessageTypeDigitalTouch@3$INMessageTypeFile@24$INMessageTypeHandwriting@4$INMessageTypeLink@25$INMessageTypeMediaAddressCard@14$INMessageTypeMediaAudio@18$INMessageTypeMediaCalendar@12$INMessageTypeMediaImage@15$INMessageTypeMediaLocation@13$INMessageTypeMediaPass@17$INMessageTypeMediaVideo@16$INMessageTypePaymentNote@21$INMessageTypePaymentRequest@20$INMessageTypePaymentSent@19$INMessageTypeReaction@26$INMessageTypeSticker@5$INMessageTypeTapbackDisliked@7$INMessageTypeTapbackEmphasized@8$INMessageTypeTapbackLaughed@11$INMessageTypeTapbackLiked@6$INMessageTypeTapbackLoved@9$INMessageTypeTapbackQuestioned@10$INMessageTypeText@1$INMessageTypeUnspecified@0$INNoteContentTypeImage@2$INNoteContentTypeText@1$INNoteContentTypeUnknown@0$INNotebookItemTypeNote@1$INNotebookItemTypeTask@3$INNotebookItemTypeTaskList@2$INNotebookItemTypeUnknown@0$INOutgoingMessageTypeOutgoingMessageAudio@2$INOutgoingMessageTypeOutgoingMessageText@1$INOutgoingMessageTypeUnknown@0$INPauseWorkoutIntentResponseCodeContinueInApp@2$INPauseWorkoutIntentResponseCodeFailure@3$INPauseWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INPauseWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INPauseWorkoutIntentResponseCodeHandleInApp@6$INPauseWorkoutIntentResponseCodeReady@1$INPauseWorkoutIntentResponseCodeSuccess@7$INPauseWorkoutIntentResponseCodeUnspecified@0$INPayBillIntentResponseCodeFailure@4$INPayBillIntentResponseCodeFailureCredentialsUnverified@6$INPayBillIntentResponseCodeFailureInsufficientFunds@7$INPayBillIntentResponseCodeFailureRequiringAppLaunch@5$INPayBillIntentResponseCodeInProgress@2$INPayBillIntentResponseCodeReady@1$INPayBillIntentResponseCodeSuccess@3$INPayBillIntentResponseCodeUnspecified@0$INPaymentMethodTypeApplePay@8$INPaymentMethodTypeBrokerage@3$INPaymentMethodTypeChecking@1$INPaymentMethodTypeCredit@5$INPaymentMethodTypeDebit@4$INPaymentMethodTypePrepaid@6$INPaymentMethodTypeSavings@2$INPaymentMethodTypeStore@7$INPaymentMethodTypeUnknown@0$INPaymentStatusCanceled@3$INPaymentStatusCompleted@2$INPaymentStatusFailed@4$INPaymentStatusPending@1$INPaymentStatusUnknown@0$INPaymentStatusUnpaid@5$INPersonHandleTypeEmailAddress@1$INPersonHandleTypePhoneNumber@2$INPersonHandleTypeUnknown@0$INPersonSuggestionTypeInstantMessageAddress@2$INPersonSuggestionTypeNone@0$INPersonSuggestionTypeSocialProfile@1$INPhotoAttributeOptionBouncePhoto@134217728$INPhotoAttributeOptionBurstPhoto@1024$INPhotoAttributeOptionChromeFilter@131072$INPhotoAttributeOptionFadeFilter@4194304$INPhotoAttributeOptionFavorite@64$INPhotoAttributeOptionFlash@8$INPhotoAttributeOptionFrontFacingCamera@256$INPhotoAttributeOptionGIF@4$INPhotoAttributeOptionHDRPhoto@2048$INPhotoAttributeOptionInstantFilter@262144$INPhotoAttributeOptionLandscapeOrientation@16$INPhotoAttributeOptionLivePhoto@33554432$INPhotoAttributeOptionLongExposurePhoto@268435456$INPhotoAttributeOptionLoopPhoto@67108864$INPhotoAttributeOptionMonoFilter@2097152$INPhotoAttributeOptionNoirFilter@65536$INPhotoAttributeOptionPanoramaPhoto@8192$INPhotoAttributeOptionPhoto@1$INPhotoAttributeOptionPortraitOrientation@32$INPhotoAttributeOptionPortraitPhoto@16777216$INPhotoAttributeOptionProcessFilter@8388608$INPhotoAttributeOptionScreenshot@512$INPhotoAttributeOptionSelfie@128$INPhotoAttributeOptionSlowMotionVideo@32768$INPhotoAttributeOptionSquarePhoto@4096$INPhotoAttributeOptionTimeLapseVideo@16384$INPhotoAttributeOptionTonalFilter@524288$INPhotoAttributeOptionTransferFilter@1048576$INPhotoAttributeOptionVideo@2$INPlayMediaIntentResponseCodeContinueInApp@2$INPlayMediaIntentResponseCodeFailure@6$INPlayMediaIntentResponseCodeFailureMaxStreamLimitReached@11$INPlayMediaIntentResponseCodeFailureNoUnplayedContent@9$INPlayMediaIntentResponseCodeFailureRequiringAppLaunch@7$INPlayMediaIntentResponseCodeFailureRestrictedContent@10$INPlayMediaIntentResponseCodeFailureUnknownMediaType@8$INPlayMediaIntentResponseCodeHandleInApp@5$INPlayMediaIntentResponseCodeInProgress@3$INPlayMediaIntentResponseCodeReady@1$INPlayMediaIntentResponseCodeSuccess@4$INPlayMediaIntentResponseCodeUnspecified@0$INPlayMediaMediaItemUnsupportedReasonCellularDataSettings@5$INPlayMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INPlayMediaMediaItemUnsupportedReasonLoginRequired@1$INPlayMediaMediaItemUnsupportedReasonRegionRestriction@8$INPlayMediaMediaItemUnsupportedReasonRestrictedContent@6$INPlayMediaMediaItemUnsupportedReasonServiceUnavailable@7$INPlayMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INPlayMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INPlayMediaPlaybackSpeedUnsupportedReasonAboveMaximum@2$INPlayMediaPlaybackSpeedUnsupportedReasonBelowMinimum@1$INPlaybackQueueLocationLater@3$INPlaybackQueueLocationNext@2$INPlaybackQueueLocationNow@1$INPlaybackQueueLocationUnknown@0$INPlaybackRepeatModeAll@2$INPlaybackRepeatModeNone@1$INPlaybackRepeatModeOne@3$INPlaybackRepeatModeUnknown@0$INRadioTypeAM@1$INRadioTypeDAB@5$INRadioTypeFM@2$INRadioTypeHD@3$INRadioTypeSatellite@4$INRadioTypeUnknown@0$INRecurrenceFrequencyDaily@3$INRecurrenceFrequencyHourly@2$INRecurrenceFrequencyMinute@1$INRecurrenceFrequencyMonthly@5$INRecurrenceFrequencyUnknown@0$INRecurrenceFrequencyWeekly@4$INRecurrenceFrequencyYearly@6$INRelativeReferenceNext@1$INRelativeReferencePrevious@2$INRelativeReferenceUnknown@0$INRelativeSettingHigher@3$INRelativeSettingHighest@4$INRelativeSettingLower@2$INRelativeSettingLowest@1$INRelativeSettingUnknown@0$INRelevantShortcutRoleAction@0$INRelevantShortcutRoleInformation@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INRequestPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INRequestPaymentIntentResponseCodeFailure@4$INRequestPaymentIntentResponseCodeFailureCredentialsUnverified@6$INRequestPaymentIntentResponseCodeFailureNoBankAccount@10$INRequestPaymentIntentResponseCodeFailureNotEligible@11$INRequestPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INRequestPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INRequestPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INRequestPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INRequestPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@12$INRequestPaymentIntentResponseCodeInProgress@2$INRequestPaymentIntentResponseCodeReady@1$INRequestPaymentIntentResponseCodeSuccess@3$INRequestPaymentIntentResponseCodeUnspecified@0$INRequestPaymentPayerUnsupportedReasonCredentialsUnverified@1$INRequestPaymentPayerUnsupportedReasonNoAccount@2$INRequestPaymentPayerUnsupportedReasonNoValidHandle@3$INRequestRideIntentResponseCodeFailure@4$INRequestRideIntentResponseCodeFailureRequiringAppLaunch@5$INRequestRideIntentResponseCodeFailureRequiringAppLaunchMustVerifyCredentials@6$INRequestRideIntentResponseCodeFailureRequiringAppLaunchNoServiceInArea@7$INRequestRideIntentResponseCodeFailureRequiringAppLaunchPreviousRideNeedsCompletion@9$INRequestRideIntentResponseCodeFailureRequiringAppLaunchRideScheduledTooFar@10$INRequestRideIntentResponseCodeFailureRequiringAppLaunchServiceTemporarilyUnavailable@8$INRequestRideIntentResponseCodeInProgress@2$INRequestRideIntentResponseCodeReady@1$INRequestRideIntentResponseCodeSuccess@3$INRequestRideIntentResponseCodeUnspecified@0$INReservationActionTypeCheckIn@1$INReservationActionTypeUnknown@0$INReservationStatusCanceled@1$INReservationStatusConfirmed@4$INReservationStatusHold@3$INReservationStatusPending@2$INReservationStatusUnknown@0$INRestaurantReservationUserBookingStatusConfirmed@1$INRestaurantReservationUserBookingStatusDenied@2$INRestaurantReservationUserBookingStatusPending@0$INResumeWorkoutIntentResponseCodeContinueInApp@2$INResumeWorkoutIntentResponseCodeFailure@3$INResumeWorkoutIntentResponseCodeFailureNoMatchingWorkout@5$INResumeWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INResumeWorkoutIntentResponseCodeHandleInApp@6$INResumeWorkoutIntentResponseCodeReady@1$INResumeWorkoutIntentResponseCodeSuccess@7$INResumeWorkoutIntentResponseCodeUnspecified@0$INRideFeedbackTypeOptionRate@1$INRideFeedbackTypeOptionTip@2$INRidePhaseApproachingPickup@5$INRidePhaseCompleted@4$INRidePhaseConfirmed@2$INRidePhaseOngoing@3$INRidePhasePickup@6$INRidePhaseReceived@1$INRidePhaseUnknown@0$INSaveProfileInCarIntentResponseCodeFailure@4$INSaveProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSaveProfileInCarIntentResponseCodeInProgress@2$INSaveProfileInCarIntentResponseCodeReady@1$INSaveProfileInCarIntentResponseCodeSuccess@3$INSaveProfileInCarIntentResponseCodeUnspecified@0$INSearchCallHistoryIntentResponseCodeContinueInApp@2$INSearchCallHistoryIntentResponseCodeFailure@3$INSearchCallHistoryIntentResponseCodeFailureAppConfigurationRequired@5$INSearchCallHistoryIntentResponseCodeFailureRequiringAppLaunch@4$INSearchCallHistoryIntentResponseCodeInProgress@6$INSearchCallHistoryIntentResponseCodeReady@1$INSearchCallHistoryIntentResponseCodeSuccess@7$INSearchCallHistoryIntentResponseCodeUnspecified@0$INSearchForAccountsIntentResponseCodeFailure@4$INSearchForAccountsIntentResponseCodeFailureAccountNotFound@7$INSearchForAccountsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForAccountsIntentResponseCodeFailureNotEligible@9$INSearchForAccountsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForAccountsIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@8$INSearchForAccountsIntentResponseCodeInProgress@2$INSearchForAccountsIntentResponseCodeReady@1$INSearchForAccountsIntentResponseCodeSuccess@3$INSearchForAccountsIntentResponseCodeUnspecified@0$INSearchForBillsIntentResponseCodeFailure@4$INSearchForBillsIntentResponseCodeFailureBillNotFound@7$INSearchForBillsIntentResponseCodeFailureCredentialsUnverified@6$INSearchForBillsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForBillsIntentResponseCodeInProgress@2$INSearchForBillsIntentResponseCodeReady@1$INSearchForBillsIntentResponseCodeSuccess@3$INSearchForBillsIntentResponseCodeUnspecified@0$INSearchForMediaIntentResponseCodeContinueInApp@2$INSearchForMediaIntentResponseCodeFailure@5$INSearchForMediaIntentResponseCodeFailureRequiringAppLaunch@6$INSearchForMediaIntentResponseCodeInProgress@3$INSearchForMediaIntentResponseCodeReady@1$INSearchForMediaIntentResponseCodeSuccess@4$INSearchForMediaIntentResponseCodeUnspecified@0$INSearchForMediaMediaItemUnsupportedReasonCellularDataSettings@5$INSearchForMediaMediaItemUnsupportedReasonExplicitContentSettings@4$INSearchForMediaMediaItemUnsupportedReasonLoginRequired@1$INSearchForMediaMediaItemUnsupportedReasonRegionRestriction@8$INSearchForMediaMediaItemUnsupportedReasonRestrictedContent@6$INSearchForMediaMediaItemUnsupportedReasonServiceUnavailable@7$INSearchForMediaMediaItemUnsupportedReasonSubscriptionRequired@2$INSearchForMediaMediaItemUnsupportedReasonUnsupportedMediaType@3$INSearchForMessagesIntentResponseCodeFailure@4$INSearchForMessagesIntentResponseCodeFailureMessageServiceNotAvailable@6$INSearchForMessagesIntentResponseCodeFailureMessageTooManyResults@7$INSearchForMessagesIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForMessagesIntentResponseCodeFailureRequiringInAppAuthentication@8$INSearchForMessagesIntentResponseCodeInProgress@2$INSearchForMessagesIntentResponseCodeReady@1$INSearchForMessagesIntentResponseCodeSuccess@3$INSearchForMessagesIntentResponseCodeUnspecified@0$INSearchForNotebookItemsIntentResponseCodeFailure@4$INSearchForNotebookItemsIntentResponseCodeFailureRequiringAppLaunch@5$INSearchForNotebookItemsIntentResponseCodeInProgress@2$INSearchForNotebookItemsIntentResponseCodeReady@1$INSearchForNotebookItemsIntentResponseCodeSuccess@3$INSearchForNotebookItemsIntentResponseCodeUnspecified@0$INSearchForPhotosIntentResponseCodeContinueInApp@2$INSearchForPhotosIntentResponseCodeFailure@3$INSearchForPhotosIntentResponseCodeFailureAppConfigurationRequired@5$INSearchForPhotosIntentResponseCodeFailureRequiringAppLaunch@4$INSearchForPhotosIntentResponseCodeReady@1$INSearchForPhotosIntentResponseCodeUnspecified@0$INSendMessageIntentResponseCodeFailure@4$INSendMessageIntentResponseCodeFailureMessageAttachmentError@7$INSendMessageIntentResponseCodeFailureMessageLocationNotAllowed@8$INSendMessageIntentResponseCodeFailureMessageServiceNotAvailable@6$INSendMessageIntentResponseCodeFailureRequiringAppLaunch@5$INSendMessageIntentResponseCodeFailureRequiringInAppAuthentication@7$INSendMessageIntentResponseCodeInProgress@2$INSendMessageIntentResponseCodeReady@1$INSendMessageIntentResponseCodeSuccess@3$INSendMessageIntentResponseCodeUnspecified@0$INSendMessageRecipientUnsupportedReasonMessagingServiceNotEnabledForRecipient@3$INSendMessageRecipientUnsupportedReasonNoAccount@1$INSendMessageRecipientUnsupportedReasonNoHandleForLabel@6$INSendMessageRecipientUnsupportedReasonNoValidHandle@4$INSendMessageRecipientUnsupportedReasonOffline@2$INSendMessageRecipientUnsupportedReasonRequestedHandleInvalid@5$INSendMessageRecipientUnsupportedReasonRequiringInAppAuthentication@7$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountAboveMaximum@2$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsAmountBelowMinimum@1$INSendPaymentCurrencyAmountUnsupportedReasonPaymentsCurrencyUnsupported@3$INSendPaymentIntentResponseCodeFailure@4$INSendPaymentIntentResponseCodeFailureCredentialsUnverified@6$INSendPaymentIntentResponseCodeFailureInsufficientFunds@10$INSendPaymentIntentResponseCodeFailureNoBankAccount@11$INSendPaymentIntentResponseCodeFailureNotEligible@12$INSendPaymentIntentResponseCodeFailurePaymentsAmountAboveMaximum@8$INSendPaymentIntentResponseCodeFailurePaymentsAmountBelowMinimum@7$INSendPaymentIntentResponseCodeFailurePaymentsCurrencyUnsupported@9$INSendPaymentIntentResponseCodeFailureRequiringAppLaunch@5$INSendPaymentIntentResponseCodeFailureTermsAndConditionsAcceptanceRequired@13$INSendPaymentIntentResponseCodeInProgress@2$INSendPaymentIntentResponseCodeReady@1$INSendPaymentIntentResponseCodeSuccess@3$INSendPaymentIntentResponseCodeUnspecified@0$INSendPaymentPayeeUnsupportedReasonCredentialsUnverified@1$INSendPaymentPayeeUnsupportedReasonInsufficientFunds@2$INSendPaymentPayeeUnsupportedReasonNoAccount@3$INSendPaymentPayeeUnsupportedReasonNoValidHandle@4$INSendRideFeedbackIntentResponseCodeFailure@3$INSendRideFeedbackIntentResponseCodeReady@1$INSendRideFeedbackIntentResponseCodeSuccess@2$INSendRideFeedbackIntentResponseCodeUnspecified@0$INSetAudioSourceInCarIntentResponseCodeFailure@4$INSetAudioSourceInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetAudioSourceInCarIntentResponseCodeInProgress@2$INSetAudioSourceInCarIntentResponseCodeReady@1$INSetAudioSourceInCarIntentResponseCodeSuccess@3$INSetAudioSourceInCarIntentResponseCodeUnspecified@0$INSetCarLockStatusIntentResponseCodeFailure@4$INSetCarLockStatusIntentResponseCodeFailureRequiringAppLaunch@5$INSetCarLockStatusIntentResponseCodeInProgress@2$INSetCarLockStatusIntentResponseCodeReady@1$INSetCarLockStatusIntentResponseCodeSuccess@3$INSetCarLockStatusIntentResponseCodeUnspecified@0$INSetClimateSettingsInCarIntentResponseCodeFailure@4$INSetClimateSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetClimateSettingsInCarIntentResponseCodeInProgress@2$INSetClimateSettingsInCarIntentResponseCodeReady@1$INSetClimateSettingsInCarIntentResponseCodeSuccess@3$INSetClimateSettingsInCarIntentResponseCodeUnspecified@0$INSetDefrosterSettingsInCarIntentResponseCodeFailure@4$INSetDefrosterSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetDefrosterSettingsInCarIntentResponseCodeInProgress@2$INSetDefrosterSettingsInCarIntentResponseCodeReady@1$INSetDefrosterSettingsInCarIntentResponseCodeSuccess@3$INSetDefrosterSettingsInCarIntentResponseCodeUnspecified@0$INSetMessageAttributeIntentResponseCodeFailure@4$INSetMessageAttributeIntentResponseCodeFailureMessageAttributeNotSet@7$INSetMessageAttributeIntentResponseCodeFailureMessageNotFound@6$INSetMessageAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetMessageAttributeIntentResponseCodeInProgress@2$INSetMessageAttributeIntentResponseCodeReady@1$INSetMessageAttributeIntentResponseCodeSuccess@3$INSetMessageAttributeIntentResponseCodeUnspecified@0$INSetProfileInCarIntentResponseCodeFailure@4$INSetProfileInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetProfileInCarIntentResponseCodeInProgress@2$INSetProfileInCarIntentResponseCodeReady@1$INSetProfileInCarIntentResponseCodeSuccess@3$INSetProfileInCarIntentResponseCodeUnspecified@0$INSetRadioStationIntentResponseCodeFailure@4$INSetRadioStationIntentResponseCodeFailureNotSubscribed@6$INSetRadioStationIntentResponseCodeFailureRequiringAppLaunch@5$INSetRadioStationIntentResponseCodeInProgress@2$INSetRadioStationIntentResponseCodeReady@1$INSetRadioStationIntentResponseCodeSuccess@3$INSetRadioStationIntentResponseCodeUnspecified@0$INSetSeatSettingsInCarIntentResponseCodeFailure@4$INSetSeatSettingsInCarIntentResponseCodeFailureRequiringAppLaunch@5$INSetSeatSettingsInCarIntentResponseCodeInProgress@2$INSetSeatSettingsInCarIntentResponseCodeReady@1$INSetSeatSettingsInCarIntentResponseCodeSuccess@3$INSetSeatSettingsInCarIntentResponseCodeUnspecified@0$INSetTaskAttributeIntentResponseCodeFailure@4$INSetTaskAttributeIntentResponseCodeFailureRequiringAppLaunch@5$INSetTaskAttributeIntentResponseCodeInProgress@2$INSetTaskAttributeIntentResponseCodeReady@1$INSetTaskAttributeIntentResponseCodeSuccess@3$INSetTaskAttributeIntentResponseCodeUnspecified@0$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonInvalidRecurrence@2$INSetTaskAttributeTemporalEventTriggerUnsupportedReasonTimeInPast@1$INShareFocusStatusIntentResponseCodeFailure@4$INShareFocusStatusIntentResponseCodeFailureRequiringAppLaunch@5$INShareFocusStatusIntentResponseCodeInProgress@2$INShareFocusStatusIntentResponseCodeReady@1$INShareFocusStatusIntentResponseCodeSuccess@3$INShareFocusStatusIntentResponseCodeUnspecified@0$INShortcutAvailabilityOptionSleepJournaling@2$INShortcutAvailabilityOptionSleepMindfulness@1$INShortcutAvailabilityOptionSleepMusic@4$INShortcutAvailabilityOptionSleepPodcasts@8$INShortcutAvailabilityOptionSleepPrepareForTomorrow@32$INShortcutAvailabilityOptionSleepReading@16$INShortcutAvailabilityOptionSleepWrapUpYourDay@32$INShortcutAvailabilityOptionSleepYogaAndStretching@64$INSiriAuthorizationStatusAuthorized@3$INSiriAuthorizationStatusDenied@2$INSiriAuthorizationStatusNotDetermined@0$INSiriAuthorizationStatusRestricted@1$INSnoozeTasksIntentResponseCodeFailure@4$INSnoozeTasksIntentResponseCodeFailureRequiringAppLaunch@5$INSnoozeTasksIntentResponseCodeInProgress@2$INSnoozeTasksIntentResponseCodeReady@1$INSnoozeTasksIntentResponseCodeSuccess@3$INSnoozeTasksIntentResponseCodeUnspecified@0$INSnoozeTasksTaskUnsupportedReasonNoTasksFound@1$INSortTypeAsIs@1$INSortTypeByDate@2$INSortTypeUnknown@0$INSpatialEventArrive@1$INSpatialEventDepart@2$INSpatialEventUnknown@0$INStartAudioCallIntentResponseCodeContinueInApp@2$INStartAudioCallIntentResponseCodeFailure@3$INStartAudioCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartAudioCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartAudioCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartAudioCallIntentResponseCodeFailureNoValidNumber@8$INStartAudioCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartAudioCallIntentResponseCodeReady@1$INStartAudioCallIntentResponseCodeUnspecified@0$INStartCallCallCapabilityUnsupportedReasonCameraNotAccessible@3$INStartCallCallCapabilityUnsupportedReasonMicrophoneNotAccessible@2$INStartCallCallCapabilityUnsupportedReasonVideoCallUnsupported@1$INStartCallCallRecordToCallBackUnsupportedReasonNoMatchingCall@1$INStartCallContactUnsupportedReasonInvalidHandle@4$INStartCallContactUnsupportedReasonMultipleContactsUnsupported@2$INStartCallContactUnsupportedReasonNoCallHistoryForRedial@6$INStartCallContactUnsupportedReasonNoContactFound@1$INStartCallContactUnsupportedReasonNoHandleForLabel@3$INStartCallContactUnsupportedReasonNoUsableHandleForRedial@7$INStartCallContactUnsupportedReasonRequiringInAppAuthentication@8$INStartCallContactUnsupportedReasonUnsupportedMmiUssd@5$INStartCallIntentResponseCodeContinueInApp@2$INStartCallIntentResponseCodeFailure@4$INStartCallIntentResponseCodeFailureAirplaneModeEnabled@8$INStartCallIntentResponseCodeFailureAppConfigurationRequired@10$INStartCallIntentResponseCodeFailureCallInProgress@11$INStartCallIntentResponseCodeFailureCallRinging@12$INStartCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartCallIntentResponseCodeFailureRequiringAppLaunch@5$INStartCallIntentResponseCodeFailureRequiringInAppAuthentication@13$INStartCallIntentResponseCodeFailureUnableToHandOff@9$INStartCallIntentResponseCodeReady@1$INStartCallIntentResponseCodeUnspecified@0$INStartCallIntentResponseCodeUserConfirmationRequired@3$INStartPhotoPlaybackIntentResponseCodeContinueInApp@2$INStartPhotoPlaybackIntentResponseCodeFailure@3$INStartPhotoPlaybackIntentResponseCodeFailureAppConfigurationRequired@5$INStartPhotoPlaybackIntentResponseCodeFailureRequiringAppLaunch@4$INStartPhotoPlaybackIntentResponseCodeReady@1$INStartPhotoPlaybackIntentResponseCodeUnspecified@0$INStartVideoCallIntentResponseCodeContinueInApp@2$INStartVideoCallIntentResponseCodeFailure@3$INStartVideoCallIntentResponseCodeFailureAppConfigurationRequired@5$INStartVideoCallIntentResponseCodeFailureCallingServiceNotAvailable@6$INStartVideoCallIntentResponseCodeFailureContactNotSupportedByApp@7$INStartVideoCallIntentResponseCodeFailureInvalidNumber@8$INStartVideoCallIntentResponseCodeFailureRequiringAppLaunch@4$INStartVideoCallIntentResponseCodeReady@1$INStartVideoCallIntentResponseCodeUnspecified@0$INStartWorkoutIntentResponseCodeContinueInApp@2$INStartWorkoutIntentResponseCodeFailure@3$INStartWorkoutIntentResponseCodeFailureNoMatchingWorkout@6$INStartWorkoutIntentResponseCodeFailureOngoingWorkout@5$INStartWorkoutIntentResponseCodeFailureRequiringAppLaunch@4$INStartWorkoutIntentResponseCodeHandleInApp@7$INStartWorkoutIntentResponseCodeReady@1$INStartWorkoutIntentResponseCodeSuccess@8$INStartWorkoutIntentResponseCodeUnspecified@0$INTaskPriorityFlagged@2$INTaskPriorityNotFlagged@1$INTaskPriorityUnknown@0$INTaskStatusCompleted@2$INTaskStatusNotCompleted@1$INTaskStatusUnknown@0$INTaskTypeCompletable@2$INTaskTypeNotCompletable@1$INTaskTypeUnknown@0$INTemporalEventTriggerTypeOptionNotScheduled@1$INTemporalEventTriggerTypeOptionScheduledNonRecurring@2$INTemporalEventTriggerTypeOptionScheduledRecurring@4$INTicketedEventCategoryMovie@1$INTicketedEventCategoryUnknown@0$INTransferMoneyIntentResponseCodeFailure@4$INTransferMoneyIntentResponseCodeFailureCredentialsUnverified@6$INTransferMoneyIntentResponseCodeFailureInsufficientFunds@7$INTransferMoneyIntentResponseCodeFailureRequiringAppLaunch@5$INTransferMoneyIntentResponseCodeInProgress@2$INTransferMoneyIntentResponseCodeReady@1$INTransferMoneyIntentResponseCodeSuccess@3$INTransferMoneyIntentResponseCodeUnspecified@0$INUnsendMessagesIntentResponseCodeFailure@4$INUnsendMessagesIntentResponseCodeFailureMessageNotFound@6$INUnsendMessagesIntentResponseCodeFailureMessageServiceNotAvailable@10$INUnsendMessagesIntentResponseCodeFailureMessageTypeUnsupported@8$INUnsendMessagesIntentResponseCodeFailurePastUnsendTimeLimit@7$INUnsendMessagesIntentResponseCodeFailureRequiringAppLaunch@5$INUnsendMessagesIntentResponseCodeFailureRequiringInAppAuthentication@11$INUnsendMessagesIntentResponseCodeFailureUnsupportedOnService@9$INUnsendMessagesIntentResponseCodeInProgress@2$INUnsendMessagesIntentResponseCodeReady@1$INUnsendMessagesIntentResponseCodeSuccess@3$INUnsendMessagesIntentResponseCodeUnspecified@0$INUpcomingMediaPredictionModeDefault@0$INUpcomingMediaPredictionModeOnlyPredictSuggestedIntents@1$INUpdateMediaAffinityIntentResponseCodeFailure@4$INUpdateMediaAffinityIntentResponseCodeFailureRequiringAppLaunch@5$INUpdateMediaAffinityIntentResponseCodeInProgress@2$INUpdateMediaAffinityIntentResponseCodeReady@1$INUpdateMediaAffinityIntentResponseCodeSuccess@3$INUpdateMediaAffinityIntentResponseCodeUnspecified@0$INUpdateMediaAffinityMediaItemUnsupportedReasonCellularDataSettings@5$INUpdateMediaAffinityMediaItemUnsupportedReasonExplicitContentSettings@4$INUpdateMediaAffinityMediaItemUnsupportedReasonLoginRequired@1$INUpdateMediaAffinityMediaItemUnsupportedReasonRegionRestriction@8$INUpdateMediaAffinityMediaItemUnsupportedReasonRestrictedContent@6$INUpdateMediaAffinityMediaItemUnsupportedReasonServiceUnavailable@7$INUpdateMediaAffinityMediaItemUnsupportedReasonSubscriptionRequired@2$INUpdateMediaAffinityMediaItemUnsupportedReasonUnsupportedMediaType@3$INVisualCodeTypeBus@5$INVisualCodeTypeContact@1$INVisualCodeTypeRequestPayment@2$INVisualCodeTypeSendPayment@3$INVisualCodeTypeSubway@6$INVisualCodeTypeTransit@4$INVisualCodeTypeUnknown@0$INVocabularyStringTypeCarName@301$INVocabularyStringTypeCarProfileName@300$INVocabularyStringTypeContactGroupName@2$INVocabularyStringTypeContactName@1$INVocabularyStringTypeMediaAudiobookAuthorName@703$INVocabularyStringTypeMediaAudiobookTitle@702$INVocabularyStringTypeMediaMusicArtistName@701$INVocabularyStringTypeMediaPlaylistTitle@700$INVocabularyStringTypeMediaShowTitle@704$INVocabularyStringTypeNotebookItemGroupName@501$INVocabularyStringTypeNotebookItemTitle@500$INVocabularyStringTypePaymentsAccountNickname@401$INVocabularyStringTypePaymentsOrganizationName@400$INVocabularyStringTypePhotoAlbumName@101$INVocabularyStringTypePhotoTag@100$INVocabularyStringTypeWorkoutActivityName@200$INWorkoutGoalUnitTypeFoot@3$INWorkoutGoalUnitTypeHour@8$INWorkoutGoalUnitTypeInch@1$INWorkoutGoalUnitTypeJoule@9$INWorkoutGoalUnitTypeKiloCalorie@10$INWorkoutGoalUnitTypeMeter@2$INWorkoutGoalUnitTypeMile@4$INWorkoutGoalUnitTypeMinute@7$INWorkoutGoalUnitTypeSecond@6$INWorkoutGoalUnitTypeUnknown@0$INWorkoutGoalUnitTypeYard@5$INWorkoutLocationTypeIndoor@2$INWorkoutLocationTypeOutdoor@1$INWorkoutLocationTypeUnknown@0$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
37
|
"INListCarsIntentResponseCode": NewType("INListCarsIntentResponseCode", int),
|
|
@@ -129,6 +129,9 @@ misc.update(
|
|
|
129
129
|
"INBookRestaurantReservationIntentCode", int
|
|
130
130
|
),
|
|
131
131
|
"INAddMediaIntentResponseCode": NewType("INAddMediaIntentResponseCode", int),
|
|
132
|
+
"INUnsendMessagesIntentResponseCode": NewType(
|
|
133
|
+
"INUnsendMessagesIntentResponseCode", int
|
|
134
|
+
),
|
|
132
135
|
"INSetSeatSettingsInCarIntentResponseCode": NewType(
|
|
133
136
|
"INSetSeatSettingsInCarIntentResponseCode", int
|
|
134
137
|
),
|
|
@@ -200,6 +203,9 @@ misc.update(
|
|
|
200
203
|
"INAddTasksTemporalEventTriggerUnsupportedReason": NewType(
|
|
201
204
|
"INAddTasksTemporalEventTriggerUnsupportedReason", int
|
|
202
205
|
),
|
|
206
|
+
"INGetUserCurrentRestaurantReservationBookingsIntentResponseCode": NewType(
|
|
207
|
+
"INGetUserCurrentRestaurantReservationBookingsIntentResponseCode", int
|
|
208
|
+
),
|
|
203
209
|
"INRadioType": NewType("INRadioType", int),
|
|
204
210
|
"INGetReservationDetailsIntentResponseCode": NewType(
|
|
205
211
|
"INGetReservationDetailsIntentResponseCode", int
|
|
@@ -257,8 +263,8 @@ misc.update(
|
|
|
257
263
|
"INListRideOptionsIntentResponseCode", int
|
|
258
264
|
),
|
|
259
265
|
"INTaskPriority": NewType("INTaskPriority", int),
|
|
260
|
-
"
|
|
261
|
-
"
|
|
266
|
+
"INEditMessageIntentResponseCode": NewType(
|
|
267
|
+
"INEditMessageIntentResponseCode", int
|
|
262
268
|
),
|
|
263
269
|
"INDateSearchType": NewType("INDateSearchType", int),
|
|
264
270
|
"INStartCallCallCapabilityUnsupportedReason": NewType(
|
|
@@ -888,6 +894,24 @@ try:
|
|
|
888
894
|
},
|
|
889
895
|
},
|
|
890
896
|
)
|
|
897
|
+
r(
|
|
898
|
+
b"NSObject",
|
|
899
|
+
b"confirmEditMessage:completion:",
|
|
900
|
+
{
|
|
901
|
+
"required": False,
|
|
902
|
+
"retval": {"type": b"v"},
|
|
903
|
+
"arguments": {
|
|
904
|
+
2: {"type": b"@"},
|
|
905
|
+
3: {
|
|
906
|
+
"callable": {
|
|
907
|
+
"retval": {"type": b"v"},
|
|
908
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
909
|
+
},
|
|
910
|
+
"type": b"@?",
|
|
911
|
+
},
|
|
912
|
+
},
|
|
913
|
+
},
|
|
914
|
+
)
|
|
891
915
|
r(
|
|
892
916
|
b"NSObject",
|
|
893
917
|
b"confirmEndWorkout:completion:",
|
|
@@ -1716,6 +1740,24 @@ try:
|
|
|
1716
1740
|
},
|
|
1717
1741
|
},
|
|
1718
1742
|
)
|
|
1743
|
+
r(
|
|
1744
|
+
b"NSObject",
|
|
1745
|
+
b"confirmUnsendMessages:completion:",
|
|
1746
|
+
{
|
|
1747
|
+
"required": False,
|
|
1748
|
+
"retval": {"type": b"v"},
|
|
1749
|
+
"arguments": {
|
|
1750
|
+
2: {"type": b"@"},
|
|
1751
|
+
3: {
|
|
1752
|
+
"callable": {
|
|
1753
|
+
"retval": {"type": b"v"},
|
|
1754
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
1755
|
+
},
|
|
1756
|
+
"type": b"@?",
|
|
1757
|
+
},
|
|
1758
|
+
},
|
|
1759
|
+
},
|
|
1760
|
+
)
|
|
1719
1761
|
r(
|
|
1720
1762
|
b"NSObject",
|
|
1721
1763
|
b"confirmUpdateMediaAffinity:completion:",
|
|
@@ -1942,6 +1984,24 @@ try:
|
|
|
1942
1984
|
},
|
|
1943
1985
|
},
|
|
1944
1986
|
)
|
|
1987
|
+
r(
|
|
1988
|
+
b"NSObject",
|
|
1989
|
+
b"handleEditMessage:completion:",
|
|
1990
|
+
{
|
|
1991
|
+
"required": True,
|
|
1992
|
+
"retval": {"type": b"v"},
|
|
1993
|
+
"arguments": {
|
|
1994
|
+
2: {"type": b"@"},
|
|
1995
|
+
3: {
|
|
1996
|
+
"callable": {
|
|
1997
|
+
"retval": {"type": b"v"},
|
|
1998
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
1999
|
+
},
|
|
2000
|
+
"type": b"@?",
|
|
2001
|
+
},
|
|
2002
|
+
},
|
|
2003
|
+
},
|
|
2004
|
+
)
|
|
1945
2005
|
r(
|
|
1946
2006
|
b"NSObject",
|
|
1947
2007
|
b"handleEndWorkout:completion:",
|
|
@@ -2770,6 +2830,24 @@ try:
|
|
|
2770
2830
|
},
|
|
2771
2831
|
},
|
|
2772
2832
|
)
|
|
2833
|
+
r(
|
|
2834
|
+
b"NSObject",
|
|
2835
|
+
b"handleUnsendMessages:completion:",
|
|
2836
|
+
{
|
|
2837
|
+
"required": True,
|
|
2838
|
+
"retval": {"type": b"v"},
|
|
2839
|
+
"arguments": {
|
|
2840
|
+
2: {"type": b"@"},
|
|
2841
|
+
3: {
|
|
2842
|
+
"callable": {
|
|
2843
|
+
"retval": {"type": b"v"},
|
|
2844
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
2845
|
+
},
|
|
2846
|
+
"type": b"@?",
|
|
2847
|
+
},
|
|
2848
|
+
},
|
|
2849
|
+
},
|
|
2850
|
+
)
|
|
2773
2851
|
r(
|
|
2774
2852
|
b"NSObject",
|
|
2775
2853
|
b"handleUpdateMediaAffinity:completion:",
|
|
@@ -3764,6 +3842,24 @@ try:
|
|
|
3764
3842
|
},
|
|
3765
3843
|
},
|
|
3766
3844
|
)
|
|
3845
|
+
r(
|
|
3846
|
+
b"NSObject",
|
|
3847
|
+
b"resolveEditedContentForEditMessage:withCompletion:",
|
|
3848
|
+
{
|
|
3849
|
+
"required": False,
|
|
3850
|
+
"retval": {"type": b"v"},
|
|
3851
|
+
"arguments": {
|
|
3852
|
+
2: {"type": b"@"},
|
|
3853
|
+
3: {
|
|
3854
|
+
"callable": {
|
|
3855
|
+
"retval": {"type": b"v"},
|
|
3856
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
3857
|
+
},
|
|
3858
|
+
"type": b"@?",
|
|
3859
|
+
},
|
|
3860
|
+
},
|
|
3861
|
+
},
|
|
3862
|
+
)
|
|
3767
3863
|
r(
|
|
3768
3864
|
b"NSObject",
|
|
3769
3865
|
b"resolveEnableAirConditionerForSetClimateSettingsInCar:withCompletion:",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-Intents
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.1
|
|
4
4
|
Summary: Wrappers for the framework Intents on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,17 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.8
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.1
|
|
32
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
33
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
34
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -28,6 +28,8 @@ PyObjCTest/test_incallrecordresolutionresult.py
|
|
|
28
28
|
PyObjCTest/test_incallrecordtype.py
|
|
29
29
|
PyObjCTest/test_incallrecordtypeoptions.py
|
|
30
30
|
PyObjCTest/test_inconditionaloperator.py
|
|
31
|
+
PyObjCTest/test_ineditmessageintent.py
|
|
32
|
+
PyObjCTest/test_ineditmessageintentresponse.py
|
|
31
33
|
PyObjCTest/test_infile.py
|
|
32
34
|
PyObjCTest/test_infocusstatuscenter.py
|
|
33
35
|
PyObjCTest/test_ingetreservationdetailsintentresponse.py
|
|
@@ -67,15 +69,19 @@ PyObjCTest/test_instartvideocallintent.py
|
|
|
67
69
|
PyObjCTest/test_instartvideocallintentresponse.py
|
|
68
70
|
PyObjCTest/test_intents.py
|
|
69
71
|
PyObjCTest/test_inticketedeventcategory.py
|
|
72
|
+
PyObjCTest/test_inunsendmessagesintent.py
|
|
73
|
+
PyObjCTest/test_inunsendmessagesintentresponse.py
|
|
70
74
|
metadata/Intents.fwinfo
|
|
71
75
|
metadata/metadata.ini
|
|
72
76
|
metadata/raw/arm64-12.1.fwinfo
|
|
73
77
|
metadata/raw/arm64-12.3.fwinfo
|
|
74
78
|
metadata/raw/arm64-13.1.fwinfo
|
|
75
79
|
metadata/raw/arm64-13.3.fwinfo
|
|
80
|
+
metadata/raw/arm64-14.0.fwinfo
|
|
76
81
|
metadata/raw/x86_64-10.15.fwinfo
|
|
77
82
|
metadata/raw/x86_64-10.16.fwinfo
|
|
78
83
|
metadata/raw/x86_64-12.1.fwinfo
|
|
79
84
|
metadata/raw/x86_64-12.3.fwinfo
|
|
80
85
|
metadata/raw/x86_64-13.1.fwinfo
|
|
81
|
-
metadata/raw/x86_64-13.3.fwinfo
|
|
86
|
+
metadata/raw/x86_64-13.3.fwinfo
|
|
87
|
+
metadata/raw/x86_64-14.0.fwinfo
|
|
@@ -33,4 +33,10 @@ static void __attribute__((__used__)) use_protocols(void)
|
|
|
33
33
|
p = PyObjC_IdToPython(@protocol(INAnswerCallIntentHandling));
|
|
34
34
|
Py_XDECREF(p);
|
|
35
35
|
#endif
|
|
36
|
+
#if PyObjC_BUILD_RELEASE >= 1400
|
|
37
|
+
p = PyObjC_IdToPython(@protocol(INUnsendMessagesIntentHandling));
|
|
38
|
+
Py_XDECREF(p);
|
|
39
|
+
p = PyObjC_IdToPython(@protocol(INEditMessageIntentHandling));
|
|
40
|
+
Py_XDECREF(p);
|
|
41
|
+
#endif
|
|
36
42
|
}
|
|
@@ -112,6 +112,8 @@ struct pyobjc_api {
|
|
|
112
112
|
size_t max_args, size_t nargsf);
|
|
113
113
|
int (*_Nonnull checknokwnames)(PyObject* _Nonnull callable,
|
|
114
114
|
PyObject* _Nullable kwnames);
|
|
115
|
+
|
|
116
|
+
PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*, const char*);
|
|
115
117
|
};
|
|
116
118
|
|
|
117
119
|
#ifndef PYOBJC_BUILD
|
|
@@ -153,6 +155,7 @@ static struct pyobjc_api* PyObjC_API;
|
|
|
153
155
|
#define PyObjCMemView_GetBuffer (PyObjC_API->memview_getbuffer)
|
|
154
156
|
#define PyObjC_CheckArgCount (PyObjC_API->checkargcount)
|
|
155
157
|
#define PyObjC_CheckNoKwnames (PyObjC_API->checknokwnames)
|
|
158
|
+
#define PyObjCCreateOpaquePointerType (PyObjC_API->createopaquepointertype)
|
|
156
159
|
|
|
157
160
|
typedef void (*PyObjC_Function_Pointer)(void);
|
|
158
161
|
typedef struct PyObjC_function_map {
|