/AWS1/CL_LM2LISTSLOTSRESPONSE¶
ListSlotsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_botid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The identifier of the bot that contains the slots.
iv_botversion TYPE /AWS1/LM2BOTVERSION /AWS1/LM2BOTVERSION¶
The version of the bot that contains the slots.
iv_localeid TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID¶
The language and locale of the slots in the list.
iv_intentid TYPE /AWS1/LM2ID /AWS1/LM2ID¶
The identifier of the intent that contains the slots.
it_slotsummaries TYPE /AWS1/CL_LM2SLOTSUMMARY=>TT_SLOTSUMMARYLIST TT_SLOTSUMMARYLIST¶
Summary information for the slots 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 slots 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
ListSlotsoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListSlotsoperation request to get the next page of results.
Queryable Attributes¶
botId¶
The identifier of the bot that contains the slots.
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 contains the slots.
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 |
localeId¶
The language and locale of the slots 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 |
intentId¶
The identifier of the intent that contains the slots.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENTID() |
Getter for INTENTID, with configurable default |
ASK_INTENTID() |
Getter for INTENTID w/ exceptions if field has no value |
HAS_INTENTID() |
Determine if INTENTID has a value |
slotSummaries¶
Summary information for the slots 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 slots available, thenextTokenfield contains a token to get the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTSUMMARIES() |
Getter for SLOTSUMMARIES, with configurable default |
ASK_SLOTSUMMARIES() |
Getter for SLOTSUMMARIES w/ exceptions if field has no value |
HAS_SLOTSUMMARIES() |
Determine if SLOTSUMMARIES has a value |
nextToken¶
A token that indicates whether there are more results to return in a response to the
ListSlotsoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aListSlotsoperation 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 |