Skip to content

/AWS1/CL_LXB=>GETBUILTINSLOTTYPES()

About GetBuiltinSlotTypes

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

For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.

This operation requires permission for the lex:GetBuiltInSlotTypes action.

Method Signature

IMPORTING

Optional arguments:

IV_LOCALE TYPE /AWS1/LXBLOCALE /AWS1/LXBLOCALE

A list of locales that the slot type supports.

IV_SIGNATURECONTAINS TYPE /AWS1/LXBSTRING /AWS1/LXBSTRING

Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."

IV_NEXTTOKEN TYPE /AWS1/LXBNEXTTOKEN /AWS1/LXBNEXTTOKEN

A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot types, specify the pagination token in the next request.

IV_MAXRESULTS TYPE /AWS1/LXBMAXRESULTS /AWS1/LXBMAXRESULTS

The maximum number of slot types to return in the response. The default is 10.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LXBGETBUILTINSLOTTY01 /AWS1/CL_LXBGETBUILTINSLOTTY01