/AWS1/CL_PPSVOICEMESSAGECONT¶
An object that contains a voice message and information about the recipient that you want to send it to.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_callinstructionsmessage TYPE REF TO /AWS1/CL_PPSCALLINSTRUCTIONS00 /AWS1/CL_PPSCALLINSTRUCTIONS00¶
An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.
io_plaintextmessage TYPE REF TO /AWS1/CL_PPSPLAINTEXTMSGTYPE /AWS1/CL_PPSPLAINTEXTMSGTYPE¶
An object that defines a message that contains unformatted text.
io_ssmlmessage TYPE REF TO /AWS1/CL_PPSSSMLMESSAGETYPE /AWS1/CL_PPSSSMLMESSAGETYPE¶
An object that defines a message that contains SSML-formatted text.
Queryable Attributes¶
CallInstructionsMessage¶
An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALLINSTRUCTIONSMESSAGE() |
Getter for CALLINSTRUCTIONSMESSAGE |
PlainTextMessage¶
An object that defines a message that contains unformatted text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLAINTEXTMESSAGE() |
Getter for PLAINTEXTMESSAGE |
SSMLMessage¶
An object that defines a message that contains SSML-formatted text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSMLMESSAGE() |
Getter for SSMLMESSAGE |