Intents watchOS 7.0 Beta 1 to Beta 2 API Differences

INCallRecordFilter.h
Added INCallRecordFilter
Added -[INCallRecordFilter initWithParticipants:callTypes:callCapability:]
Added INCallRecordFilter.participants
Added INCallRecordFilter.callTypes
Added INCallRecordFilter.callCapability
INCallRecordResolutionResult.h
Added INCallRecordResolutionResult
Added +[INCallRecordResolutionResult successWithResolvedCallRecord:]
Added +[INCallRecordResolutionResult disambiguationWithCallRecordsToDisambiguate:]
Added +[INCallRecordResolutionResult confirmationRequiredWithCallRecordToConfirm:]
INCar.h
Declaration
From- (void)setMaximumPower:(NSMeasurement<NSUnitEnergy *> *)power forChargingConnectorType:(INChargingConnectorTypeOptions)chargingConnectorType
To- (void)setMaximumPower:(NSMeasurement<NSUnitPower *> *)power forChargingConnectorType:(INChargingConnectorTypeOptions)chargingConnectorType

Declaration
From- (NSMeasurement<NSUnitEnergy *> *)maximumPowerForChargingConnectorType:(INChargingConnectorTypeOptions)chargingConnectorType
To- (NSMeasurement<NSUnitPower *> *)maximumPowerForChargingConnectorType:(INChargingConnectorTypeOptions)chargingConnectorType

INStartCallCallRecordToCallBackResolutionResult.h
Added INStartCallCallRecordToCallBackUnsupportedReason
Added INStartCallCallRecordToCallBackUnsupportedReasonNoMatchingCall
Added INStartCallCallRecordToCallBackResolutionResult
Added +[INStartCallCallRecordToCallBackResolutionResult unsupportedForReason:]
Added -[INStartCallCallRecordToCallBackResolutionResult initWithCallRecordResolutionResult:]
INStartCallContactResolutionResult.h
Availability
FromAvailable
ToDeprecated

INStartCallIntent_Deprecated.h
AvailabilityReplacement
FromAvailablenone
ToDeprecated-initWithCallRecordFilter:callRecordToCallBack:audioRoute:destinationType:contacts:callCapability:

Availability
FromAvailable
ToDeprecated

INStartCallIntent.h
Added -[INStartCallIntent initWithCallRecordFilter:callRecordToCallBack:audioRoute:destinationType:contacts:callCapability:]
Added INStartCallIntent.callRecordFilter
Added INStartCallIntent.callRecordToCallBack
Added -[INStartCallIntentHandling resolveCallRecordToCallBackForStartCall:withCompletion:]