/AWS1/CL_LM2LSTBUILTININTENT01¶
ListBuiltInIntentsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_builtinintentsummaries TYPE /AWS1/CL_LM2BUILTININTENTSUMM=>TT_BUILTININTENTSUMMARYLIST TT_BUILTININTENTSUMMARYLIST¶
Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the
maxResultsparameter of the request. If there are more intents available, thenextTokenfield contains a token to get the next page of results.
iv_nexttoken TYPE /AWS1/LM2NEXTTOKEN /AWS1/LM2NEXTTOKEN¶
A token that indicates whether there are more results to return in a response to the
ListBuiltInIntentsoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListBotAliasesoperation request to get the next page of results.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The language and locale of the intents in the list.
Queryable Attributes¶
builtInIntentSummaries¶
Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the
maxResultsparameter of the request. If there are more intents available, thenextTokenfield contains a token to get the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILTININTENTSUMMARIES() |
Getter for BUILTININTENTSUMMARIES, with configurable default |
ASK_BUILTININTENTSUMMARIES() |
Getter for BUILTININTENTSUMMARIES w/ exceptions if field has |
HAS_BUILTININTENTSUMMARIES() |
Determine if BUILTININTENTSUMMARIES has a value |
nextToken¶
A token that indicates whether there are more results to return in a response to the
ListBuiltInIntentsoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListBotAliasesoperation request to get the next page 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 |
localeId¶
The language and locale of the intents in the list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALEID() |
Getter for LOCALEID, with configurable default |
ASK_LOCALEID() |
Getter for LOCALEID w/ exceptions if field has no value |
HAS_LOCALEID() |
Determine if LOCALEID has a value |