Skip to content

/AWS1/CL_AFBCONTENT

The content definition. This can contain only one text, SSML, or audio list object.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_TEXTLIST TYPE /AWS1/CL_AFBTEXT=>TT_TEXTLIST TT_TEXTLIST

The list of text messages.

IT_SSMLLIST TYPE /AWS1/CL_AFBSSML=>TT_SSMLLIST TT_SSMLLIST

The list of SSML messages.

IT_AUDIOLIST TYPE /AWS1/CL_AFBAUDIO=>TT_AUDIOLIST TT_AUDIOLIST

The list of audio messages.


Queryable Attributes

TextList

The list of text messages.

Accessible with the following methods

Method Description
GET_TEXTLIST() Getter for TEXTLIST, with configurable default
ASK_TEXTLIST() Getter for TEXTLIST w/ exceptions if field has no value
HAS_TEXTLIST() Determine if TEXTLIST has a value

SsmlList

The list of SSML messages.

Accessible with the following methods

Method Description
GET_SSMLLIST() Getter for SSMLLIST, with configurable default
ASK_SSMLLIST() Getter for SSMLLIST w/ exceptions if field has no value
HAS_SSMLLIST() Determine if SSMLLIST has a value

AudioList

The list of audio messages.

Accessible with the following methods

Method Description
GET_AUDIOLIST() Getter for AUDIOLIST, with configurable default
ASK_AUDIOLIST() Getter for AUDIOLIST w/ exceptions if field has no value
HAS_AUDIOLIST() Determine if AUDIOLIST has a value