Categories:
Aura Bot Common library
Aura Bot common is a core library that contains utilities for the integration of different components with Aura
Introduction
Aura Bot common is a helper library published in NPM that includes useful utilities to handle conversations both in aura-bot and in the dialogs.
Find more information in the Github repository:
https://github.com/Telefonica/aura-common-utilities/tree/master/packages/aura-bot-utilities/src/aura-bot-common
The Aura Bot common library holds models and utility code shared between aura-bot and the libraries. It contains two different types of methods: external and internal, which are described in the following sections.
- Aura utils: generic tools to manage dialogs and prompts.
- Bridge utils: tools for aura-bridge management.
- Aura channelData utils: utilities for managing aura-bot
channelData. - Aura context utils: utilities with methods for managing the BotFramework
TurnContext.
Last modified February 19, 2025: feat: Documentation improvement for Metallica release #AURA-27018 [RTM] (1b81c772)