MessageDetails interface
Properties
| directionality | Describes directionality e.g. oneWay or twoWay |
| help |
Message text for mobile terminated message associated with HELP keyword e.g 'This is the HELP message test.'. |
| opt |
Keyword used to confirm double Opt-In method e.g. 'JOIN'. |
| opt |
|
| opt |
|
| opt |
"Message text for mobile terminated message associated with STOP keyword e.g. 'This is the STOP message test.'. |
| recurrence | Indicates the nature of the messaging associated with the program e.g. 'subscription', 'transaction'. |
| supported |
Applicable message protocol used in the program e.g. SMS or MMS. |
| use |
Provides message exchange examples from and to end user for each supported message content type. |
Property Details
directionality
Describes directionality e.g. oneWay or twoWay
directionality?: MessageDirectionality
Property Value
helpAnswerToUser
Message text for mobile terminated message associated with HELP keyword e.g 'This is the HELP message test.'.
helpAnswerToUser?: string
Property Value
string
optInAnswerFromUser
Keyword used to confirm double Opt-In method e.g. 'JOIN'.
optInAnswerFromUser?: string
Property Value
string
optInConfirmationMessageToUser
optInConfirmationMessageToUser?: string
Property Value
string
optInMessageToUser
optInMessageToUser?: string
Property Value
string
optOutAnswerToUser
"Message text for mobile terminated message associated with STOP keyword e.g. 'This is the STOP message test.'.
optOutAnswerToUser?: string
Property Value
string
recurrence
Indicates the nature of the messaging associated with the program e.g. 'subscription', 'transaction'.
recurrence?: Recurrence
Property Value
supportedProtocol
Applicable message protocol used in the program e.g. SMS or MMS.
supportedProtocol?: MessageProtocol
Property Value
useCases
Provides message exchange examples from and to end user for each supported message content type.
useCases?: UseCase[]
Property Value
UseCase[]