Skip to content

/AWS1/CL_QQCRETRIEVERESULT

A single result from a content retrieval operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_associationid TYPE /AWS1/QQCUUID /AWS1/QQCUUID

The identifier of the assistant association for the retrieved result.

iv_sourceid TYPE /AWS1/QQCSENSITIVESTRING /AWS1/QQCSENSITIVESTRING

The URL, URI, or ID of the retrieved content when available, or a UUID when unavailable.

iv_referencetype TYPE /AWS1/QQCREFERENCETYPE /AWS1/QQCREFERENCETYPE

A type to define the KB origin of a retrieved content.

iv_contenttext TYPE /AWS1/QQCSENSITIVESTRING /AWS1/QQCSENSITIVESTRING

The text content of the retrieved result.


Queryable Attributes

associationId

The identifier of the assistant association for the retrieved result.

Accessible with the following methods

Method Description
GET_ASSOCIATIONID() Getter for ASSOCIATIONID, with configurable default
ASK_ASSOCIATIONID() Getter for ASSOCIATIONID w/ exceptions if field has no value
HAS_ASSOCIATIONID() Determine if ASSOCIATIONID has a value

sourceId

The URL, URI, or ID of the retrieved content when available, or a UUID when unavailable.

Accessible with the following methods

Method Description
GET_SOURCEID() Getter for SOURCEID, with configurable default
ASK_SOURCEID() Getter for SOURCEID w/ exceptions if field has no value
HAS_SOURCEID() Determine if SOURCEID has a value

referenceType

A type to define the KB origin of a retrieved content.

Accessible with the following methods

Method Description
GET_REFERENCETYPE() Getter for REFERENCETYPE, with configurable default
ASK_REFERENCETYPE() Getter for REFERENCETYPE w/ exceptions if field has no value
HAS_REFERENCETYPE() Determine if REFERENCETYPE has a value

contentText

The text content of the retrieved result.

Accessible with the following methods

Method Description
GET_CONTENTTEXT() Getter for CONTENTTEXT, with configurable default
ASK_CONTENTTEXT() Getter for CONTENTTEXT w/ exceptions if field has no value
HAS_CONTENTTEXT() Determine if CONTENTTEXT 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_RETRIEVERESULTLIST

TYPES TT_RETRIEVERESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCRETRIEVERESULT WITH DEFAULT KEY
.