SMSMessageActivity class

Specifies the settings for an SMS activity in a journey. This type of activity sends a text message to participants.

Constructors

SMSMessageActivity({JourneySMSMessage? messageConfig, String? nextActivity, String? templateName, String? templateVersion})
SMSMessageActivity.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
messageConfig JourneySMSMessage?
Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.
final
nextActivity String?
The unique identifier for the next activity to perform, after the message is sent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateName String?
The name of the SMS message template to use for the message. If specified, this value must match the name of an existing message template.
final
templateVersion String?
The unique identifier for the version of the SMS template to use for the message. If specified, this value must match the identifier for an existing template version. To retrieve a list of versions and version identifiers for a template, use the Template Versions resource.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited