/AWS1/CL_BDALISTPROMPTSRSP¶
ListPromptsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_promptsummaries
TYPE /AWS1/CL_BDAPROMPTSUMMARY=>TT_PROMPTSUMMARIES
TT_PROMPTSUMMARIES
¶
A list, each member of which contains information about a prompt using Prompt management.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BDANEXTTOKEN
/AWS1/BDANEXTTOKEN
¶
If the total number of results is greater than the
maxResults
value provided in the request, use this token when making another request in thenextToken
field to return the next batch of results.
Queryable Attributes¶
promptSummaries¶
A list, each member of which contains information about a prompt using Prompt management.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROMPTSUMMARIES() |
Getter for PROMPTSUMMARIES, with configurable default |
ASK_PROMPTSUMMARIES() |
Getter for PROMPTSUMMARIES w/ exceptions if field has no val |
HAS_PROMPTSUMMARIES() |
Determine if PROMPTSUMMARIES has a value |
nextToken¶
If the total number of results is greater than the
maxResults
value provided in the request, use this token when making another request in thenextToken
field 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 |