/AWS1/CL_QQCSPANCITATION¶
A citation that spans a specific range of text.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_contentid TYPE /AWS1/QQCUUID /AWS1/QQCUUID¶
The identifier of the content being cited in the span.
iv_title TYPE /AWS1/QQCSENSITIVESTRING /AWS1/QQCSENSITIVESTRING¶
The title of the content being cited in the span.
iv_knowledgebaseid TYPE /AWS1/QQCUUID /AWS1/QQCUUID¶
The identifier of the knowledge base containing the cited content.
iv_knowledgebasearn TYPE /AWS1/QQCARN /AWS1/QQCARN¶
The Amazon Resource Name (ARN) of the knowledge base containing the cited content.
Queryable Attributes¶
contentId¶
The identifier of the content being cited in the span.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTID() |
Getter for CONTENTID, with configurable default |
ASK_CONTENTID() |
Getter for CONTENTID w/ exceptions if field has no value |
HAS_CONTENTID() |
Determine if CONTENTID has a value |
title¶
The title of the content being cited in the span.
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 |
knowledgeBaseId¶
The identifier of the knowledge base containing the cited content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID, with configurable default |
ASK_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID w/ exceptions if field has no val |
HAS_KNOWLEDGEBASEID() |
Determine if KNOWLEDGEBASEID has a value |
knowledgeBaseArn¶
The Amazon Resource Name (ARN) of the knowledge base containing the cited content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEARN() |
Getter for KNOWLEDGEBASEARN, with configurable default |
ASK_KNOWLEDGEBASEARN() |
Getter for KNOWLEDGEBASEARN w/ exceptions if field has no va |
HAS_KNOWLEDGEBASEARN() |
Determine if KNOWLEDGEBASEARN 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_SPANCITATIONLIST¶
TYPES TT_SPANCITATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCSPANCITATION WITH DEFAULT KEY
.