Categories:
Groot message
Within the different entities currently used in Aura, this document describes those included in the entity type groot message
| # | 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 | MSG_DT | NO | NO | Date | Timestamp of the data in UTC time | ISO 8601 | — | |
| 3 | MSG_ID | YES | NO | Text | Unique ID of the message | UUID | — | |
| 4 | ACTION_CD | NO | NO | Text | Code of the action that produces data | — | send, receive, event |
— |
| 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 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 API request | HTTP status 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 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 | MESSAGE | NO | NO | Text | Content of the message | — | — | |
| 20 | CHANNEL_CONVERSATION_CD | NO | NO | Text | Identifier of the conversation in the channel (conversationId in aura-groot) |
— | — | |
| 21 | SKILL_CONVERSATION_CD | NO | NO | Text | Identifier of the conversation in the skill | — | —- | |
| 22 | WIN_RECOGNIZER_CD | NO | YES | Text | Code of the recognizer that wins for this message | — | Same values as AURA_RECOGNIZER_NAME field in the dimensional entity D_Aura_Recognizer |
|
| 23 | WIN_RECOGNIZER_SCORE_NU | NO | YES | Number | Score of the recognizer that wins for this message | — | — | |
| 24 | AURA_ID_GLOBAL | NO | YES | Text | It identifies the same user_id logged with the same authentication method |
— | — | |
| 25 | ACCOUNT_NUMBER | NO | YES | Text | Unique account number of the user Mandatory only for Spain, but it can be null also in this country because it is only available in aura-bot, not in aura-services |
— | — | |
| 26 | SKILL_CD | No | No | Text | Identifier of the skill | — | Same values as AURA_SKILL_NAME field in the dimensional entity D_Aura_Skill |
|
| 27 | AURA_COMPONENT_ID | No | No | Text | Identifier of the Aura component | — | Same values as AURA_COMPONENT_NAME field in the dimensional entity D_Aura_Component |
|
| 28 | AURA_COMPONENT_HOST_ID | No | No | Text | Identifier of the host running the specific component | — | ||
| 29 | BRAND_ID | No | No | Text | Identifier of the Telefonica’s brand | — | Same values as BRAND_ID field in D_GBL_BRAND |
Last modified December 19, 2024: feat: Current basic improvements and fixes for Aura-Bot #AURA-25197 [RTM] (2036d87e)