/AWS1/CL_QQCSELFSVCCONVERSAT00¶
The conversation history data to included in conversation context data before the Amazon Q in Connect session.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_turnnumber TYPE /AWS1/QQCINTEGER /AWS1/QQCINTEGER¶
The number of turn of the conversation history data.
iv_inputtranscript TYPE /AWS1/QQCSENSITIVESTRING /AWS1/QQCSENSITIVESTRING¶
The input transcript of the conversation history data.
iv_botresponse TYPE /AWS1/QQCSENSITIVESTRING /AWS1/QQCSENSITIVESTRING¶
The bot response of the conversation history data.
iv_timestamp TYPE /AWS1/QQCTIMESTAMP /AWS1/QQCTIMESTAMP¶
The timestamp of the conversation history entry.
Queryable Attributes¶
turnNumber¶
The number of turn of the conversation history data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TURNNUMBER() |
Getter for TURNNUMBER, with configurable default |
ASK_TURNNUMBER() |
Getter for TURNNUMBER w/ exceptions if field has no value |
HAS_TURNNUMBER() |
Determine if TURNNUMBER has a value |
inputTranscript¶
The input transcript of the conversation history data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTTRANSCRIPT() |
Getter for INPUTTRANSCRIPT, with configurable default |
ASK_INPUTTRANSCRIPT() |
Getter for INPUTTRANSCRIPT w/ exceptions if field has no val |
HAS_INPUTTRANSCRIPT() |
Determine if INPUTTRANSCRIPT has a value |
botResponse¶
The bot response of the conversation history data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTRESPONSE() |
Getter for BOTRESPONSE, with configurable default |
ASK_BOTRESPONSE() |
Getter for BOTRESPONSE w/ exceptions if field has no value |
HAS_BOTRESPONSE() |
Determine if BOTRESPONSE has a value |
timestamp¶
The timestamp of the conversation history entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP 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_SELFSVCCONVERSATIONHISTOR00¶
TYPES TT_SELFSVCCONVERSATIONHISTOR00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCSELFSVCCONVERSAT00 WITH DEFAULT KEY
.