/AWS1/CL_QQCGETNEXTMESSAGERSP¶
GetNextMessageResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/QQCMESSAGETYPE /AWS1/QQCMESSAGETYPE¶
The type of message response.
io_response TYPE REF TO /AWS1/CL_QQCMESSAGEOUTPUT /AWS1/CL_QQCMESSAGEOUTPUT¶
The message response to the requested message.
iv_requestmessageid TYPE /AWS1/QQCUUID /AWS1/QQCUUID¶
The identifier of the submitted message.
io_conversationstate TYPE REF TO /AWS1/CL_QQCCONVERSATIONSTATE /AWS1/CL_QQCCONVERSATIONSTATE¶
The state of current conversation.
Optional arguments:¶
iv_nextmessagetoken TYPE /AWS1/QQCNEXTTOKEN /AWS1/QQCNEXTTOKEN¶
The token for the next message.
it_conversationsessiondata TYPE /AWS1/CL_QQCRUNTIMESESSIONDATA=>TT_RUNTIMESESSIONDATALIST TT_RUNTIMESESSIONDATALIST¶
The conversation data stored on an Amazon Q in Connect Session.
Queryable Attributes¶
type¶
The type of message response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
response¶
The message response to the requested message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSE() |
Getter for RESPONSE |
requestMessageId¶
The identifier of the submitted message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTMESSAGEID() |
Getter for REQUESTMESSAGEID, with configurable default |
ASK_REQUESTMESSAGEID() |
Getter for REQUESTMESSAGEID w/ exceptions if field has no va |
HAS_REQUESTMESSAGEID() |
Determine if REQUESTMESSAGEID has a value |
conversationState¶
The state of current conversation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSATIONSTATE() |
Getter for CONVERSATIONSTATE |
nextMessageToken¶
The token for the next message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMESSAGETOKEN() |
Getter for NEXTMESSAGETOKEN, with configurable default |
ASK_NEXTMESSAGETOKEN() |
Getter for NEXTMESSAGETOKEN w/ exceptions if field has no va |
HAS_NEXTMESSAGETOKEN() |
Determine if NEXTMESSAGETOKEN has a value |
conversationSessionData¶
The conversation data stored on an Amazon Q in Connect Session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSATIONSESSIONDATA() |
Getter for CONVERSATIONSESSIONDATA, with configurable defaul |
ASK_CONVERSATIONSESSIONDATA() |
Getter for CONVERSATIONSESSIONDATA w/ exceptions if field ha |
HAS_CONVERSATIONSESSIONDATA() |
Determine if CONVERSATIONSESSIONDATA has a value |