/AWS1/CL_LM2LISTIMPORTSRSP¶
ListImportsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The unique identifier assigned by Amazon Lex to the bot.
iv_botversion TYPE /AWS1/LM2DRAFTBOTVERSION /AWS1/LM2DRAFTBOTVERSION¶
The version of the bot that was imported. It will always be
DRAFT.
it_importsummaries TYPE /AWS1/CL_LM2IMPORTSUMMARY=>TT_IMPORTSUMMARYLIST TT_IMPORTSUMMARYLIST¶
Summary information for the imports that meet the filter criteria specified in the request. The length of the list is specified in the
maxResultsparameter. If there are more imports 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
ListImportsoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListImportsoperation request to get the next page of results.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The locale specified in the request.
Queryable Attributes¶
botId¶
The unique identifier assigned by Amazon Lex to the bot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTID() |
Getter for BOTID, with configurable default |
ASK_BOTID() |
Getter for BOTID w/ exceptions if field has no value |
HAS_BOTID() |
Determine if BOTID has a value |
botVersion¶
The version of the bot that was imported. It will always be
DRAFT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOTVERSION() |
Getter for BOTVERSION, with configurable default |
ASK_BOTVERSION() |
Getter for BOTVERSION w/ exceptions if field has no value |
HAS_BOTVERSION() |
Determine if BOTVERSION has a value |
importSummaries¶
Summary information for the imports that meet the filter criteria specified in the request. The length of the list is specified in the
maxResultsparameter. If there are more imports available, thenextTokenfield contains a token to get the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTSUMMARIES() |
Getter for IMPORTSUMMARIES, with configurable default |
ASK_IMPORTSUMMARIES() |
Getter for IMPORTSUMMARIES w/ exceptions if field has no val |
HAS_IMPORTSUMMARIES() |
Determine if IMPORTSUMMARIES has a value |
nextToken¶
A token that indicates whether there are more results to return in a response to the
ListImportsoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListImportsoperation 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 locale specified in the request.
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 |