OBJECT
AppleBusinessChatMessageExtensionAttachment
An Apple Business Chat iMessage extension attachment
link GraphQL Schema definition
- type AppleBusinessChatMessageExtensionAttachment {
- # Bundle identifier of the iMessage extension that the customer interacts with
- # while using Messages
- String! :
- # The App Store identifier of the iMessage extension
- String :
- # The name of the iMessage extension
- String :
- # App image icon of the iMessage extension. The Messages app displays the icon
- # when a visitor's device receives a custom interactive message that uses an
- # iMessage extension not installed on the device
- ConversationMessageAttachmentImageLink :
- # Displayed message when the visitor receives the event
- CardAttachment! :
- # Displayed message when the visitor replies to the event
- CardAttachment :
- # Determines whether the Messages app should use Live Layout to display the custom
- # interactive message. Live layout is required to represent your message on
- # devices that don’t have the iMessage app installed, or on devices that aren’t
- # running iOS 11
- Boolean :
- # A URI containing data that the Messages app sends to the iMessage extension
- URI! :
- }