Package apple.intents.protocol
Interface INMessagesDomainHandling
-
- All Superinterfaces:
INSearchForMessagesIntentHandling,INSendMessageIntentHandling,INSetMessageAttributeIntentHandling
public interface INMessagesDomainHandling extends INSendMessageIntentHandling, INSearchForMessagesIntentHandling, INSetMessageAttributeIntentHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INSearchForMessagesIntentHandling
INSearchForMessagesIntentHandling.Block_confirmSearchForMessagesCompletion, INSearchForMessagesIntentHandling.Block_handleSearchForMessagesCompletion, INSearchForMessagesIntentHandling.Block_resolveAttributesForSearchForMessagesWithCompletion, INSearchForMessagesIntentHandling.Block_resolveDateTimeRangeForSearchForMessagesWithCompletion, INSearchForMessagesIntentHandling.Block_resolveGroupNamesForSearchForMessagesWithCompletion, INSearchForMessagesIntentHandling.Block_resolveRecipientsForSearchForMessagesWithCompletion, INSearchForMessagesIntentHandling.Block_resolveSendersForSearchForMessagesWithCompletion, INSearchForMessagesIntentHandling.Block_resolveSpeakableGroupNamesForSearchForMessagesWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INSendMessageIntentHandling
INSendMessageIntentHandling.Block_confirmSendMessageCompletion, INSendMessageIntentHandling.Block_handleSendMessageCompletion, INSendMessageIntentHandling.Block_resolveContentForSendMessageWithCompletion, INSendMessageIntentHandling.Block_resolveGroupNameForSendMessageWithCompletion, INSendMessageIntentHandling.Block_resolveOutgoingMessageTypeForSendMessageWithCompletion, INSendMessageIntentHandling.Block_resolveRecipientsForSendMessageCompletion, INSendMessageIntentHandling.Block_resolveRecipientsForSendMessageWithCompletion, INSendMessageIntentHandling.Block_resolveSpeakableGroupNameForSendMessageWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INSetMessageAttributeIntentHandling
INSetMessageAttributeIntentHandling.Block_confirmSetMessageAttributeCompletion, INSetMessageAttributeIntentHandling.Block_handleSetMessageAttributeCompletion, INSetMessageAttributeIntentHandling.Block_resolveAttributeForSetMessageAttributeWithCompletion
-
-
Method Summary
-
Methods inherited from interface apple.intents.protocol.INSearchForMessagesIntentHandling
confirmSearchForMessagesCompletion, handleSearchForMessagesCompletion, resolveAttributesForSearchForMessagesWithCompletion, resolveDateTimeRangeForSearchForMessagesWithCompletion, resolveGroupNamesForSearchForMessagesWithCompletion, resolveRecipientsForSearchForMessagesWithCompletion, resolveSendersForSearchForMessagesWithCompletion, resolveSpeakableGroupNamesForSearchForMessagesWithCompletion
-
Methods inherited from interface apple.intents.protocol.INSendMessageIntentHandling
confirmSendMessageCompletion, handleSendMessageCompletion, resolveContentForSendMessageWithCompletion, resolveGroupNameForSendMessageWithCompletion, resolveOutgoingMessageTypeForSendMessageWithCompletion, resolveRecipientsForSendMessageCompletion, resolveRecipientsForSendMessageWithCompletion, resolveSpeakableGroupNameForSendMessageWithCompletion
-
Methods inherited from interface apple.intents.protocol.INSetMessageAttributeIntentHandling
confirmSetMessageAttributeCompletion, handleSetMessageAttributeCompletion, resolveAttributeForSetMessageAttributeWithCompletion
-
-