/AWS1/CL_BDALSTKNOWLEDGEBASE03¶
ListKnowledgeBaseDocumentsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_documentdetails TYPE /AWS1/CL_BDAKNOWLEDGEBASEDOC00=>TT_KNOWLEDGEBASEDOCDETAILS TT_KNOWLEDGEBASEDOCDETAILS¶
A list of objects, each of which contains information about the documents that were retrieved.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDASTRING /AWS1/BDASTRING¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Queryable Attributes¶
documentDetails¶
A list of objects, each of which contains information about the documents that were retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTDETAILS() |
Getter for DOCUMENTDETAILS, with configurable default |
ASK_DOCUMENTDETAILS() |
Getter for DOCUMENTDETAILS w/ exceptions if field has no val |
HAS_DOCUMENTDETAILS() |
Determine if DOCUMENTDETAILS has a value |
nextToken¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |