Skip to content

/AWS1/CL_LXB=>GETBUILTININTENTS()

About GetBuiltinIntents

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

This operation requires permission for the lex:GetBuiltinIntents action.

Method Signature

IMPORTING

Optional arguments:

IV_LOCALE TYPE /AWS1/LXBLOCALE /AWS1/LXBLOCALE

A list of locales that the intent supports.

IV_SIGNATURECONTAINS TYPE /AWS1/LXBSTRING /AWS1/LXBSTRING

Substring to match in built-in intent signatures. An intent will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

IV_NEXTTOKEN TYPE /AWS1/LXBNEXTTOKEN /AWS1/LXBNEXTTOKEN

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

IV_MAXRESULTS TYPE /AWS1/LXBMAXRESULTS /AWS1/LXBMAXRESULTS

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LXBGETBUILTININTENT03 /AWS1/CL_LXBGETBUILTININTENT03