/AWS1/CL_BDALSTKNOWLEDGEBASE01¶
ListKnowledgeBasesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_knowledgebasesummaries TYPE /AWS1/CL_BDAKNOWLEDGEBASESUMM=>TT_KNOWLEDGEBASESUMMARIES TT_KNOWLEDGEBASESUMMARIES¶
A list of knowledge bases with information about each knowledge base.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDANEXTTOKEN /AWS1/BDANEXTTOKEN¶
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¶
knowledgeBaseSummaries¶
A list of knowledge bases with information about each knowledge base.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASESUMMARIES() |
Getter for KNOWLEDGEBASESUMMARIES, with configurable default |
ASK_KNOWLEDGEBASESUMMARIES() |
Getter for KNOWLEDGEBASESUMMARIES w/ exceptions if field has |
HAS_KNOWLEDGEBASESUMMARIES() |
Determine if KNOWLEDGEBASESUMMARIES 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 |