Package apple.intents.protocol
Interface INCallsDomainHandling
-
- All Superinterfaces:
INSearchCallHistoryIntentHandling,INStartAudioCallIntentHandling,INStartVideoCallIntentHandling
public interface INCallsDomainHandling extends INStartAudioCallIntentHandling, INStartVideoCallIntentHandling, INSearchCallHistoryIntentHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INSearchCallHistoryIntentHandling
INSearchCallHistoryIntentHandling.Block_confirmSearchCallHistoryCompletion, INSearchCallHistoryIntentHandling.Block_handleSearchCallHistoryCompletion, INSearchCallHistoryIntentHandling.Block_resolveCallTypeForSearchCallHistoryWithCompletion, INSearchCallHistoryIntentHandling.Block_resolveCallTypesForSearchCallHistoryWithCompletion, INSearchCallHistoryIntentHandling.Block_resolveDateCreatedForSearchCallHistoryWithCompletion, INSearchCallHistoryIntentHandling.Block_resolveRecipientForSearchCallHistoryWithCompletion, INSearchCallHistoryIntentHandling.Block_resolveUnseenForSearchCallHistoryWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INStartAudioCallIntentHandling
INStartAudioCallIntentHandling.Block_confirmStartAudioCallCompletion, INStartAudioCallIntentHandling.Block_handleStartAudioCallCompletion, INStartAudioCallIntentHandling.Block_resolveContactsForStartAudioCallWithCompletion, INStartAudioCallIntentHandling.Block_resolveDestinationTypeForStartAudioCallWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INStartVideoCallIntentHandling
INStartVideoCallIntentHandling.Block_confirmStartVideoCallCompletion, INStartVideoCallIntentHandling.Block_handleStartVideoCallCompletion, INStartVideoCallIntentHandling.Block_resolveContactsForStartVideoCallWithCompletion
-
-
Method Summary
-
Methods inherited from interface apple.intents.protocol.INSearchCallHistoryIntentHandling
confirmSearchCallHistoryCompletion, handleSearchCallHistoryCompletion, resolveCallTypeForSearchCallHistoryWithCompletion, resolveCallTypesForSearchCallHistoryWithCompletion, resolveDateCreatedForSearchCallHistoryWithCompletion, resolveRecipientForSearchCallHistoryWithCompletion, resolveUnseenForSearchCallHistoryWithCompletion
-
Methods inherited from interface apple.intents.protocol.INStartAudioCallIntentHandling
confirmStartAudioCallCompletion, handleStartAudioCallCompletion, resolveContactsForStartAudioCallWithCompletion, resolveDestinationTypeForStartAudioCallWithCompletion
-
Methods inherited from interface apple.intents.protocol.INStartVideoCallIntentHandling
confirmStartVideoCallCompletion, handleStartVideoCallCompletion, resolveContactsForStartVideoCallWithCompletion
-
-