Skip to content

/AWS1/CL_LM2=>LISTBUILTINSLOTTYPES()

About ListBuiltInSlotTypes

Gets a list of built-in slot types that meet the specified criteria.

Method Signature

IMPORTING

Required arguments:

IV_LOCALEID TYPE /AWS1/LM2LOCALEID /AWS1/LM2LOCALEID

The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see Supported languages.

Optional arguments:

IO_SORTBY TYPE REF TO /AWS1/CL_LM2BUILTINSLOTTYPES00 /AWS1/CL_LM2BUILTINSLOTTYPES00

Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can choose to sort by the slot type signature in either ascending or descending order.

IV_MAXRESULTS TYPE /AWS1/LM2BUILTINSMAXRESULTS /AWS1/LM2BUILTINSMAXRESULTS

The maximum number of built-in slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.

IV_NEXTTOKEN TYPE /AWS1/LM2NEXTTOKEN /AWS1/LM2NEXTTOKEN

If the response from the ListBuiltInSlotTypes operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LM2LSTBUILTINSLOTTY01 /AWS1/CL_LM2LSTBUILTINSLOTTY01