/AWS1/CL_QQBCONVERSATION¶
A conversation in an Amazon Q Business application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_conversationid TYPE /AWS1/QQBCONVERSATIONID /AWS1/QQBCONVERSATIONID¶
The identifier of the Amazon Q Business conversation.
iv_title TYPE /AWS1/QQBCONVERSATIONTITLE /AWS1/QQBCONVERSATIONTITLE¶
The title of the conversation.
iv_starttime TYPE /AWS1/QQBTIMESTAMP /AWS1/QQBTIMESTAMP¶
The start time of the conversation.
Queryable Attributes¶
conversationId¶
The identifier of the Amazon Q Business conversation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSATIONID() |
Getter for CONVERSATIONID, with configurable default |
ASK_CONVERSATIONID() |
Getter for CONVERSATIONID w/ exceptions if field has no valu |
HAS_CONVERSATIONID() |
Determine if CONVERSATIONID has a value |
title¶
The title of the conversation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
startTime¶
The start time of the conversation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME 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_CONVERSATIONS¶
TYPES TT_CONVERSATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQBCONVERSATION WITH DEFAULT KEY
.