Aura Dimensional entities

Within the different entities currently used in Aura, this document describes those included as dimensions, that hold the configuration of each Aura instance.

D_Aura_App schema definition v6.0.0

This entity contains the list of possible Apps defined in Aura.

Avro schema definition published in Kernel

Position Field PK Referenced entity Referenced entity field Type Doc Nullable Doc
1 AURA_APP_ID YES string; x-fp-unique-constraint:1 Unique identifier of the Aura application.
2 AURA_APP_NAME string; x-fp-unique-constraint:2 Name of the Aura application.
3 AURA_NLP_CHANNEL_ID D_Aura_Channel AURA_CHANNEL_ID string;null Identifier of the Aura channel configured for this application. It will be null if the application does not count on nlpaas configuration.
4 AURA_PRESET_NAMES_ARRAY D_Aura_Preset AURA_PRESET_NAME Array[string];null List of presets available for the current application. It will be null if the application does not count on LLM configuration.
5 EXTRACTION_TM string; datetime Timestamp of the data.
6 BRAND_ID D_Gbl_Brand GBL_BRAND_ID string Brand id. Join with D_Gbl_Brand

D_Aura_Channel v6.0.0

This entity contains the list of possible channels defined in Aura

Avro schema definition published in Kernel

Position Field PK Referenced entity Referenced entity field Type Doc Nullable Doc
1 AURA_CHANNEL_ID YES string; x-fp-unique-constraint:1 Identifier of the Aura channel
2 AURA_CHANNEL_NAME string; x-fp-unique-constraint:2 Name of the Aura channel
3 AURA_CHANNEL_SHORT_NAME string Short name of the Aura channel
4 AURA_SKILL_ID D_Aura_SKill AURA_SKILL_ID string Identifier of the skill that handles this channel
5 AURA_NLP_STAGES_ARRAY Array[string];null List of the nlp stages configured for this channel The value can be null if the channel does not count on nlp configuration
6 GBL_CONTACT_CHANNEL_ID D_Gbl_Contact_Channel GBL_CONTACT_CHANNEL_ID string Identifier of the contact channel. Join with D_Gbl_Contact_Channel v5
7 BRAND_ID D_Gbl_Brand GBL_BRAND_ID string Brand id. Join with D_Gbl_Brand v6
5 EXTRACTION_TM string; datetime Timestamp of the data.

D_Aura_Component v6.0.0

This entity contains the list of possible components defined by Aura

Avro schema definition published in Kernel

Position Field PK Referenced entity Referenced entity field Type Doc Nullable Doc
1 AURA_COMPONENT_ID YES string; x-fp-unique-constraint:1 Aura identifier for each component available in Aura.
2 AURA_COMPONENT_NAME string; x-fp-unique-constraint:2 Aura component name
3 EXTRACTION_TM string; datetime Timestamp of the data.

D_Aura_Preset v6.0.0

This entity contains the list of possible presets defined by Aura

Avro schema definition published in Kernel

Position Field PK Referenced entity Referenced entity field Type Doc Nullable Doc
1 AURA_PRESET_ID YES string; x-fp-unique-constraint:1 Unique identifier of the Aura preset.
2 AURA_PRESET_NAME string; x-fp-unique-constraint:2 Aura preset name
3 AURA_MODEL_ID string Identifier of the model that will run with this preset
4 AURA_PRESET_GROUP_NAME_CD enum;[simple_ai,enriched_ai] Type of the preset that means the underlying models and stages that will run with this preset
5 EXTRACTION_TM string; datetime Timestamp of the data.

D_Aura_Recognizer v6.0.0

This entity contains the list of possible recognizers defined by Aura

Avro schema definition published in Kernel

Position Field PK Referenced entity Referenced entity field Type Doc Nullable Doc
1 AURA_RECOGNIZER_ID YES string; x-fp-unique-constraint:1 Identifier of the exact recognizer
2 AURA_RECOGNIZER_NAME string; x-fp-unique-constraint:2 Recognizer code
3 EXTRACTION_TM string; datetime Timestamp of the data.

D_Aura_Skill v6.0.0

This entity contains the list of possible skills defined by Aura

Avro schema definition published in Kernel

Position Field PK Referenced entity Referenced entity field Type Doc Nullable Doc
1 AURA_SKILL_ID YES string; x-fp-unique-constraint:1 Unique identifier
2 AURA_SKILL_NAME string; x-fp-unique-constraint:2 Skill code
3 EXTERNAL_SKILL_IND boolean Flag to indicate whether it is an internal skill based in aura-bot or an external skill, done using any technology.
4 EXTRACTION_TM string; datetime Timestamp of the data.