AWSPinpointTargetingSendUsersMessageRequest Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
Overview
Specifies the configuration and other settings for a message to send to all the endpoints that are associated with a list of users.
Required parameters: [MessageConfiguration, Users]
context
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.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *context
Declared In
AWSPinpointTargetingModel.h
messageConfiguration
The message definitions for the default message and any default messages that you defined for specific channels.
@property (nonatomic, strong) AWSPinpointTargetingDirectMessageConfiguration *messageConfiguration
Declared In
AWSPinpointTargetingModel.h
traceId
The unique identifier for tracing the message. This identifier is visible to message recipients.
@property (nonatomic, strong) NSString *traceId
Declared In
AWSPinpointTargetingModel.h
users
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.
@property (nonatomic, strong) NSDictionary<NSString*AWSPinpointTargetingEndpointSendConfiguration*> *users
Declared In
AWSPinpointTargetingModel.h