/AWS1/CL_LXBBUILTININTENTMET¶
Provides metadata for a built-in intent.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_signature TYPE /AWS1/LXBBUILTININTENTSIG /AWS1/LXBBUILTININTENTSIG¶
A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
it_supportedlocales TYPE /AWS1/CL_LXBLOCALELIST_W=>TT_LOCALELIST TT_LOCALELIST¶
A list of identifiers for the locales that the intent supports.
Queryable Attributes¶
signature¶
A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATURE() |
Getter for SIGNATURE, with configurable default |
ASK_SIGNATURE() |
Getter for SIGNATURE w/ exceptions if field has no value |
HAS_SIGNATURE() |
Determine if SIGNATURE has a value |
supportedLocales¶
A list of identifiers for the locales that the intent supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEDLOCALES() |
Getter for SUPPORTEDLOCALES, with configurable default |
ASK_SUPPORTEDLOCALES() |
Getter for SUPPORTEDLOCALES w/ exceptions if field has no va |
HAS_SUPPORTEDLOCALES() |
Determine if SUPPORTEDLOCALES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BUILTININTENTMETADATALIST¶
TYPES TT_BUILTININTENTMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LXBBUILTININTENTMET WITH DEFAULT KEY
.