Recognizer

Within the different entities currently used in Aura, this document describes those included in the entity type Recognizer

# FIELD PK NULLABLE TYPE DESCRIPTION FORMAT ALLOWED VALUES EXAMPLE
1 USER_ID NO NO Text Unique User ID in the OB Systems or unique generated one for anonymous users Format depends on the OB
2 RECOGNIZER_DT NO NO Date Timestamp of the data in UTC time ISO 8601
3 RECOGNIZER_ID YES NO Text Unique ID of the recognizer UUID
4 ACTION_CD NO NO Text Code of the action that produces the data recognize
5 AURA_ID NO YES Text User logging ID in Aura
Starting in this version, the user will have a new aura_id each time she logs in Aura.
UUID
6 PHONE_ID NO YES Text Phone number of the user Phone number including international prefix
7 CHANNEL_CD NO YES Text Code of the channel where the action happened Same values as AURA_CHANNEL_NAME field in the dimensional entity D_Aura_Channel
8 DOMAIN_CD NO YES Text Code of the domain where the action happened
⚠️ Future use
9 CATEGORY_CD NO YES Text Code of the category where the action happened
⚠️ Future use
10 COUNTRY_CD NO NO Text ISO code of the country ISO 3166
11 CORR_ID NO NO Text Correlator ID of the request that produces the data UUID
12 IS_CACHED NO NO Boolean It shows if the entity content was already cached or not true/false
13 STATUS_CD NO YES Text Status code of the action, if meaningful HTTP status code of the response
14 REASON NO YES Text Result of the action in error case: error code
15 VERSION_ID NO NO Text Aura version that produces the data X.Y.Z 8.2.0.
16 LANG_CD NO YES Text Language configured by the user for the communication - ISO 639 two-letter lowercase culture code
- ISO 3166 two-letter lowercase subculture code associated with a country or region
17 TZ_CD NO YES Text Timezone where the communication happened UTC offset of the TZ. TZ codes
18 DURATION_NU NO NO Number Duration in milliseconds of the action Natural number
19 SCORE_NU NO NO Number Score returned by the recognizer Real number from 0 to 1
20 INPUT NO YES Text User input sent to the recognizer
null if incoming message is an auraCommand
21 OUTPUT NO YES Text Complete output generated by the recognizer
22 INTENT NO YES Text Intent returned by the recognizer Format depends on the OB
23 ENTITIES NO YES Text Entities returned by the recognizer due to the intent
24 COMMON_THRESHOLD_NU NO YES Number Common threshold used to determine the best answer of all recognizers Real number from 0 to 1
25 THRESHOLD NO YES Number Established threshold for the recognizer Real number from 0 to 1
26 EXPECTED_INTENT NO YES Text Intent expected to be returned by the recognizer
27 EXPECTED_ENTITIES NO YES Text Entities expected to be returned by the recognizer due to the intent
28 AURA_ID_GLOBAL NO YES Text It identifies the same user_id logged with the same authentication method
29 ACCOUNT_NUMBER NO YES Text Unique account number of the user
Mandatory only for Spain. But it can be null also in Spain because it is only available in aura-bot, not in aura-services