/AWS1/CL_CNTCHATMESSAGE¶
A chat message.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_contenttype TYPE /AWS1/CNTCHATCONTENTTYPE /AWS1/CNTCHATCONTENTTYPE¶
The type of the content. Supported types are
text/plain,text/markdown,application/json, andapplication/vnd.amazonaws.connect.message.interactive.response.
iv_content TYPE /AWS1/CNTCHATCONTENT /AWS1/CNTCHATCONTENT¶
The content of the chat message. Maximum of 16,384 bytes for all content types (
text/plain,text/markdown,application/json, andapplication/vnd.amazonaws.connect.message.interactive.response).Some messaging channels enforce lower limits. For channel-specific message size limits, see Chat message size limits by channel in the Amazon Connect Customer Administrator Guide.
Queryable Attributes¶
ContentType¶
The type of the content. Supported types are
text/plain,text/markdown,application/json, andapplication/vnd.amazonaws.connect.message.interactive.response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
Content¶
The content of the chat message. Maximum of 16,384 bytes for all content types (
text/plain,text/markdown,application/json, andapplication/vnd.amazonaws.connect.message.interactive.response).Some messaging channels enforce lower limits. For channel-specific message size limits, see Chat message size limits by channel in the Amazon Connect Customer Administrator Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |