AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the configuration and other settings for a message to send to all the endpoints that are associated with a list of users.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.SendUsersMessageRequest

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class SendUsersMessageRequest

The SendUsersMessageRequest type exposes the following members

Constructors

NameDescription
Public Method SendUsersMessageRequest()

Properties

NameTypeDescription
Public Property Context System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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.

Public Property MessageConfiguration Amazon.Pinpoint.Model.DirectMessageConfiguration

Gets and sets the property MessageConfiguration.

The settings and content for the default message and any default messages that you defined for specific channels.

Public Property TemplateConfiguration Amazon.Pinpoint.Model.TemplateConfiguration

Gets and sets the property TemplateConfiguration.

The message template to use for the message.

Public Property TraceId System.String

Gets and sets the property TraceId.

The unique identifier for tracing the message. This identifier is visible to message recipients.

Public Property Users System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.EndpointSendConfiguration>

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5