/AWS1/CL_AFBSSML¶
The SSML message. For more information, see SSML Reference.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_locale
TYPE /AWS1/AFBLOCALE
/AWS1/AFBLOCALE
¶
The locale of the SSML message. Currently, en-US is supported.
iv_value
TYPE /AWS1/AFBSSMLVALUE
/AWS1/AFBSSMLVALUE
¶
The value of the SSML message in the correct SSML format. The audio tag is not supported.
Queryable Attributes¶
Locale¶
The locale of the SSML message. Currently, en-US is supported.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCALE() |
Getter for LOCALE, with configurable default |
ASK_LOCALE() |
Getter for LOCALE w/ exceptions if field has no value |
HAS_LOCALE() |
Determine if LOCALE has a value |
Value¶
The value of the SSML message in the correct SSML format. The audio tag is not supported.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SSMLLIST
¶
TYPES TT_SSMLLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AFBSSML WITH DEFAULT KEY
.