/AWS1/CL_QQBLISTMESSAGESRSP¶
ListMessagesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_messages TYPE /AWS1/CL_QQBMESSAGE=>TT_MESSAGES TT_MESSAGES¶
An array of information on one or more messages.
iv_nexttoken TYPE /AWS1/QQBNEXTTOKEN /AWS1/QQBNEXTTOKEN¶
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
Queryable Attributes¶
messages¶
An array of information on one or more messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGES() |
Getter for MESSAGES, with configurable default |
ASK_MESSAGES() |
Getter for MESSAGES w/ exceptions if field has no value |
HAS_MESSAGES() |
Determine if MESSAGES has a value |
nextToken¶
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |