Intents watchOS 4.1 to 4.2 API Differences

INSearchForNotebookItemsIntent_Deprecated.h
AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedUse the designated initializer instead

INSearchForNotebookItemsIntent.h
INSpeakable.h
Declaration
From@property (nonatomic, readonly, nonnull) NSString *spokenPhrase
To@property (nonatomic, readonly, strong, nonnull) NSString *spokenPhrase

Declaration
From@property (nonatomic, readonly, nullable) NSString *pronunciationHint
To@property (nonatomic, readonly, strong, nullable) NSString *pronunciationHint

Declaration
From@property (nonatomic, readonly, nullable) NSString *vocabularyIdentifier
To@property (nonatomic, readonly, strong, nullable) NSString *vocabularyIdentifier

Declaration
From@property (nonatomic, readonly, nullable) NSArray<id<INSpeakable>> *alternativeSpeakableMatches
To@property (nonatomic, readonly, strong, nullable) NSArray<id<INSpeakable>> *alternativeSpeakableMatches

Declaration
From@property (nonatomic, readonly, nullable) NSString *identifier
To@property (nonatomic, readonly, strong, nullable) NSString *identifier