SendUsersMessageRequest

public struct SendUsersMessageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A map of custom attribute-value pairs. For a push notification, Amazon Pinpoint adds these attributes to the data.pinpoint object in the body of the notification payload. Amazon Pinpoint also provides these attributes in the events that it generates for users-messages deliveries.

    Declaration

    Swift

    public let context: [String : String]?
  • The settings and content for the default message and any default messages that you defined for specific channels.

    Declaration

    Swift

    public let messageConfiguration: DirectMessageConfiguration
  • The message template to use for the message.

    Declaration

    Swift

    public let templateConfiguration: TemplateConfiguration?
  • The unique identifier for tracing the message. This identifier is visible to message recipients.

    Declaration

    Swift

    public let traceId: String?
  • A map that associates user IDs with EndpointSendConfiguration objects. You can use an EndpointSendConfiguration object to tailor the message for a user by specifying settings such as content overrides and message variables.

    Declaration

    Swift

    public let users: [String : EndpointSendConfiguration]
  • Undocumented

    Declaration

    Swift

    public init(context: [String : String]? = nil, messageConfiguration: DirectMessageConfiguration, templateConfiguration: TemplateConfiguration? = nil, traceId: String? = nil, users: [String : EndpointSendConfiguration])