AWSPinpointTargetingJourneyResponse

Objective-C

@interface AWSPinpointTargetingJourneyResponse

Swift

class AWSPinpointTargetingJourneyResponse

Provides information about the status, configuration, and other settings for a journey.

Required parameters: [Name, Id, ApplicationId]

  • A map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, AWSPinpointTargetingActivity *> *_Nullable activities;

    Swift

    var activities: [String : AWSPinpointTargetingActivity]? { get set }
  • The unique identifier for the application that the journey applies to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable applicationId;

    Swift

    var applicationId: String? { get set }
  • The time when a journey will not send messages. QuietTime should be configured first and SendingSchedule should be set to true.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingClosedDays *_Nullable closedDays;

    Swift

    var closedDays: AWSPinpointTargetingClosedDays? { get set }
  • The date, in ISO 8601 format, when the journey was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable creationDate;

    Swift

    var creationDate: String? { get set }
  • The unique identifier for the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • The channel-specific configurations for the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingJourneyChannelSettings *_Nullable journeyChannelSettings;

    Swift

    var journeyChannelSettings: AWSPinpointTargetingJourneyChannelSettings? { get set }
  • The date, in ISO 8601 format, when the journey was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: String? { get set }
  • The messaging and entry limits for the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingJourneyLimits *_Nullable limits;

    Swift

    var limits: AWSPinpointTargetingJourneyLimits? { get set }
  • Specifies whether the journey’s scheduled start and end times use each participant’s local time. If this value is true, the schedule uses each participant’s local time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable localTime;

    Swift

    var localTime: NSNumber? { get set }
  • The name of the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }
  • The time when a journey can send messages. QuietTime should be configured first and SendingSchedule should be set to true.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingOpenHours *_Nullable openHours;

    Swift

    var openHours: AWSPinpointTargetingOpenHours? { get set }
  • The quiet time settings for the journey. Quiet time is a specific time range when a journey doesn’t send messages to participants, if all the following conditions are met:

    • The EndpointDemographic.Timezone property of the endpoint for the participant is set to a valid value.

    • The current time in the participant’s time zone is later than or equal to the time specified by the QuietTime.Start property for the journey.

    • The current time in the participant’s time zone is earlier than or equal to the time specified by the QuietTime.End property for the journey.

    If any of the preceding conditions isn’t met, the participant will receive messages from the journey, even if quiet time is enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingQuietTime *_Nullable quietTime;

    Swift

    var quietTime: AWSPinpointTargetingQuietTime? { get set }
  • The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable refreshFrequency;

    Swift

    var refreshFrequency: String? { get set }
  • Indicates whether the journey participants should be refreshed when a segment is updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable refreshOnSegmentUpdate;

    Swift

    var refreshOnSegmentUpdate: NSNumber? { get set }
  • The schedule settings for the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingJourneySchedule *_Nullable schedule;

    Swift

    var schedule: AWSPinpointTargetingJourneySchedule? { get set }
  • Indicates if journey has Advance Quiet Time enabled. This flag should be set to true in order to allow using OpenHours and ClosedDays.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable sendingSchedule;

    Swift

    var sendingSchedule: NSNumber? { get set }
  • The unique identifier for the first activity in the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable startActivity;

    Swift

    var startActivity: String? { get set }
  • The segment that defines which users are participants in the journey.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingStartCondition *_Nullable startCondition;

    Swift

    var startCondition: AWSPinpointTargetingStartCondition? { get set }
  • The current status of the journey. Possible values are:

    • DRAFT - The journey is being developed and hasn’t been published yet.

    • ACTIVE - The journey has been developed and published. Depending on the journey’s schedule, the journey may currently be running or scheduled to start running at a later time. If a journey’s status is ACTIVE, you can’t add, change, or remove activities from it.

    • COMPLETED - The journey has been published and has finished running. All participants have entered the journey and no participants are waiting to complete the journey or any activities in the journey.

    • CANCELLED - The journey has been stopped. If a journey’s status is CANCELLED, you can’t add, change, or remove activities or segment settings from the journey.

    • CLOSED - The journey has been published and has started running. It may have also passed its scheduled end time, or passed its scheduled start time and a refresh frequency hasn’t been specified for it. If a journey’s status is CLOSED, you can’t add participants to it, and no existing participants can enter the journey for the first time. However, any existing participants who are currently waiting to start an activity may continue the journey.

    Declaration

    Objective-C

    @property (nonatomic) AWSPinpointTargetingState state;

    Swift

    var state: AWSPinpointTargetingState { get set }
  • An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.

    • PHONE_NUMBER - A time zone is determined based on the Endpoint.Address and Endpoint.Location.Country.

    • POSTAL_CODE - A time zone is determined based on the Endpoint.Location.PostalCode and Endpoint.Location.Country.

      POSTAL_CODE detection is only supported in the United States, United Kingdom, Australia, New Zealand, Canada, France, Italy, Spain, Germany and in regions where Amazon Pinpoint is available.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable timezoneEstimationMethods;

    Swift

    var timezoneEstimationMethods: [String]? { get set }
  • Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable waitForQuietTime;

    Swift

    var waitForQuietTime: NSNumber? { get set }
  • This object is not used or supported.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }