<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aura – </title>
    <link>/docs/aura-assistant/functional-description/</link>
    <description>Recent content on Aura</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/docs/aura-assistant/functional-description/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: </title>
      <link>/docs/aura-assistant/functional-description/channels-overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/aura-assistant/functional-description/channels-overview/</guid>
      <description>
        
        
        &lt;h1 id=&#34;introduction-to-aura-channels&#34;&gt;Introduction to Aura channels&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Overview of Aura Virtual Assistant channels, foundations and available ones&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-solid fa-circle-info fa-xl&#34; style=&#34;color: #3267c3;&#34;&gt;&lt;/i&gt;  The current document includes content with low technical complexity.&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; For in-depth, low-level technical content related to channels, access the section &lt;a href=&#34;#channels-technical-documentation&#34;&gt;channels technical documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p align=&#34;left&#34;&gt;
  &lt;img width=&#34;200&#34; height=&#34;200&#34; src=&#34;../../../images/atria/technical-skills-2.png&#34;&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;An &lt;strong&gt;Aura channel&lt;/strong&gt; is a communication means a Telefonica client may use to interact with &lt;em&gt;&lt;strong&gt;Aura Assistant&lt;/strong&gt;&lt;/em&gt;, to request for products or services.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; is &lt;strong&gt;multi-channel&lt;/strong&gt;, as it is designed to communicate through &lt;a href=&#34;#which-channels-are-currently-supported-by-aura&#34;&gt;different types channels&lt;/a&gt; to make requests and receive responses.&lt;/p&gt;
&lt;p&gt;In any case, it is able to adapt to the channel&amp;rsquo;s specific requirements, providing a consistent and engaging experience across different environments while maintaining its personality and tone.&lt;/p&gt;
&lt;h2 id=&#34;what-languages-do-aura-assistant-talk&#34;&gt;What languages do Aura Assistant talk?&lt;/h2&gt;
&lt;p&gt;To be able for a channel to communicate with &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt;, it has to &amp;ldquo;speak&amp;rdquo; a language Aura can understand. As Aura platform is based on &lt;strong&gt;Microsoft Azure Bot Service&lt;/strong&gt; and &lt;strong&gt;Bot Framework&lt;/strong&gt;, it uses the general-purpose communication mechanism called &lt;a href=&#34;../../../docs/components/channels/communication-protocols/microsoft-bot-service/&#34;&gt;&lt;strong&gt;Direct Line API&lt;/strong&gt;&lt;/a&gt;, provided by Microsoft.&lt;/p&gt;
&lt;p&gt;In this framework, &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; is able to communicate:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Directly with channels that &amp;ldquo;talk&amp;rdquo; &lt;a href=&#34;#direct-line&#34;&gt;&lt;strong&gt;Microsoft Direct Line&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Directly through communication protocols based on Direct Line, such as &lt;a href=&#34;#auraline&#34;&gt;&lt;strong&gt;Auraline&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Through the use of &lt;a href=&#34;#use-of-adapters&#34;&gt;&lt;strong&gt;adapters&lt;/strong&gt;&lt;/a&gt; for channels that do not support Direct Line.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;direct-line&#34;&gt;Direct Line&lt;/h3&gt;
&lt;p&gt;As Aura platform is based on &lt;strong&gt;Microsoft Azure Bot Service&lt;/strong&gt; and &lt;strong&gt;Bot Framework&lt;/strong&gt;, it uses a general-purpose communication mechanism called &lt;a href=&#34;https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-directline?view=azure-bot-service-4.0&#34;&gt;&lt;strong&gt;Direct Line&lt;/strong&gt;&lt;/a&gt;, provided by Microsoft.&lt;/p&gt;
&lt;p&gt;However, having a connection means is not enough, and &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; has designed a normalized semantic model built on top of the Direct Line protocol, to optimize the communication of Aura with channels or services: &lt;strong&gt;Aura Request - Response Semantic Model&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; Do you need more technical details regarding Microsoft Direct Line? Access the document &lt;a href=&#34;../../../docs/components/channels/communication-protocols/microsoft-bot-service/&#34;&gt;Direct Line communication protocol&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; Discover the &lt;a href=&#34;../../../docs/components/request-response-model/&#34;&gt;Aura Request - Response Semantic Model&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;auraline&#34;&gt;Auraline&lt;/h3&gt;
&lt;p&gt;Aura Platform Team has developed a proprietary communication protocol: &lt;strong&gt;Auraline&lt;/strong&gt;, based on Direct Line but eliminating the dependency on Microsoft Azure Bot Service.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Auraline&lt;/strong&gt; provides significant advantages, including cost saving, higher flexibility, easy integration for channels and the ability to plan future developments according to specific needs. Additionally, it enables addressing new backend-to-backend scenarios, such as managing a channels aggregator system or responding across multiple channels or applications instead of a single one.&lt;/p&gt;
&lt;p&gt;As the Direct Line protocol, &lt;strong&gt;Auraline&lt;/strong&gt; uses the &lt;a href=&#34;../../../docs/components/request-response-model/&#34;&gt;Aura Request - Response Semantic Model&lt;/a&gt;, within the version v3 of the &lt;code&gt;channelData&lt;/code&gt; property.&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; Find detailed information regarding &lt;a href=&#34;../../../docs/components/channels/communication-protocols/auraline/&#34;&gt;Auraline communication protocol&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;use-of-adapters&#34;&gt;Use of adapters&lt;/h3&gt;
&lt;p&gt;For channels that do not support Direct Line, it is required to use an &lt;strong&gt;adapter&lt;/strong&gt; that &amp;ldquo;translates&amp;rdquo; the information coming from the channel to a language Aura can understand. This is the case of WhatsApp channels.&lt;/p&gt;
&lt;p&gt;The adapters are provided by &lt;a href=&#34;../../../docs/components/aura-bridge&#34;&gt;&lt;em&gt;&lt;strong&gt;aura-bridge&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; and are based on the last version of the standard &lt;a href=&#34;../../../docs/components/request-response-model/&#34;&gt;Aura request/response model&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;which-channels-are-currently-supported-by-aura&#34;&gt;Which channels are currently supported by Aura?&lt;/h2&gt;
&lt;p&gt;The following table shows the channels currently supported by &lt;em&gt;&lt;strong&gt;Aura Assistant&lt;/strong&gt;&lt;/em&gt; for each of the three communication protocols explained in the previous section and organized by its origin: Telefónica channels or third-party channels.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;em&gt;&lt;strong&gt;Communication protocols&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Telefónica channels&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Third-party channels&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Channels supporting &lt;br&gt;Direct Line protocols&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;i class=&#34;fa-solid fa-square-caret-right fa-2xs&#34; style=&#34;color: #8a8e93;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;#mobile-apps&#34;&gt;Mobile apps (Meu Vivo)&lt;/a&gt; &lt;br&gt; &lt;i class=&#34;fa-solid fa-square-caret-right fa-2xs&#34; style=&#34;color: #8a8e93;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;#movistar-plus&#34;&gt;Movistar Plus&lt;/a&gt; &lt;br&gt; &lt;i class=&#34;fa-solid fa-square-caret-right fa-2xs&#34; style=&#34;color: #8a8e93;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;#iptv-stbdesco&#34;&gt;IPTV (STB+desco)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Channels that require &lt;br&gt; an adapter to communicate with Aura&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;&lt;i class=&#34;fa-solid fa-square-caret-right fa-2xs&#34; style=&#34;color: #8a8e93;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;#whatsapp&#34;&gt;WhatsApp&lt;/a&gt; &lt;br&gt; &lt;i class=&#34;fa-solid fa-square-caret-right fa-2xs&#34; style=&#34;color: #8a8e93;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;#google-rcs-business-messaging&#34;&gt;Google RCS Business Messaging&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;mobile-apps-meu-vivo&#34;&gt;Mobile apps (Meu Vivo)&lt;/h3&gt;
&lt;p&gt;Meu Vivo is a key Vivo channel that currently supports Direct Line protocol.&lt;/p&gt;
&lt;p&gt;This app offers complete Telco experiences in Vivo, with an intuitive interface and easy interaction and with all the potential of this channel for showing both text and visual elements. The current application is built as a set of WebViews embedded in a native container. And the communication with Aura is done through Direct Line protocol based on a JSON model attached in the activity of the Bot.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt; 
  &lt;img width=&#34;200&#34; height=&#34;200&#34; src=&#34;../../../images/channels/novum.png&#34;&gt;&lt;br&gt; 
  &lt;i&gt;Aura in Meu Vivo channel&lt;/i&gt; 
&lt;/p&gt;
&lt;h3 id=&#34;movistar-plus&#34;&gt;Movistar Plus&lt;/h3&gt;
&lt;p&gt;Movistar Plus is a Telefónica proprietary channel that supports Direct Line and Auraline protocols.&lt;/p&gt;
&lt;p&gt;Aura is integrated in Movistar Plus mobile app, providing a fast and easy interaction with the customers focused on TV experiences, mainly for searching for TV content and launching them on TV.&lt;/p&gt;
&lt;p&gt;Although text messaging is available, the use of voice control boosts the agility of TV searching.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt; 
  &lt;img width=&#34;200&#34; height=&#34;200&#34; src=&#34;../../../images/channels/movistar+.png&#34;&gt;&lt;br&gt; 
  &lt;i&gt;Aura in Movistar Plus channel&lt;/i&gt; 
&lt;/p&gt;
&lt;h3 id=&#34;iptv-stbdesco&#34;&gt;IPTV (STB+desco)&lt;/h3&gt;
&lt;p&gt;IPTV (STB+desco) is a Telefónica proprietary channel that supports Direct Line and Auraline protocols.&lt;/p&gt;
&lt;p&gt;Aura is integrated in Movistar+ vocal remote control, offering TV experiences such as searching for TV content, navigating through menu sections, asking for recommendations, changing language, subtitles activation or open Movistar Apps.&lt;/p&gt;
&lt;p&gt;It allows users to interact with the M+ service using only their voice, helping them to look for content faster and controlling the reproduction while keeping their privacy safe (it only listens when users keep pressing the mic button).&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt; 
  &lt;img width=&#34;400&#34; height=&#34;400&#34; src=&#34;../../../images/channels/iptv.png&#34;&gt;&lt;br&gt; 
  &lt;i&gt;Aura IPTV&lt;/i&gt; 
&lt;/p&gt;
&lt;h3 id=&#34;whatsapp&#34;&gt;WhatsApp&lt;/h3&gt;
&lt;p&gt;Aura is available on a widespread and close at hand channel such as WhatsApp. It offers an easy and agile interaction, with key benefits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Direct and concise text responses to the users&lt;/li&gt;
&lt;li&gt;High speed interaction with the user&lt;/li&gt;
&lt;li&gt;Better engagement Aura-user, as WhatsApp channel is widely used by most of our users and always available in the mobile phone&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Presently, Aura contains the functionalities listed below in WhatsApp. Moreover, OBs can build their own use cases in this channel.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Global use cases: onboarding, authentication, handover use case (the user asks for an agent to solve her request).&lt;/li&gt;
&lt;li&gt;Small Talk (greetings, goodbyes, thank yous, swearwords)&lt;/li&gt;
&lt;li&gt;Use of files and templates in experiences&lt;/li&gt;
&lt;li&gt;Use of interactive messages in experiences&lt;/li&gt;
&lt;li&gt;Use of emoticons in experiences&lt;/li&gt;
&lt;li&gt;Use of footer in experiences&lt;/li&gt;
&lt;/ul&gt;
&lt;p align=&#34;center&#34;&gt; 
  &lt;img width=&#34;200&#34; height=&#34;200&#34; src=&#34;../../../images/channels/whatsapp.png&#34;&gt;&lt;br&gt; 
  &lt;i&gt;Aura in WhatsApp&lt;/i&gt; 
&lt;p&gt;Do you need technical details regarding WhatsApp experiences in Aura?&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/components/channels/whatsapp-channel/&#34;&gt;Descriptive documentation related to WhatsApp channel in Aura&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/developers-workspace/channels-management/whatsapp-activation/&#34;&gt;Guidelines for the activation of WhatsApp channel&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/experiences-builder/development-use-cases/whatsapp-channel/&#34;&gt;Guidelines for use cases development in WhatsApp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;https://telefonicacorp.sharepoint.com/sites/ColaboraTID/SourcingDeployment/AuraL-CDO/Shared%20Documents/Forms/AllItems.aspx?ga=1&amp;amp;id=%2Fsites%2FColaboraTID%2FSourcingDeployment%2FAuraL%2DCDO%2FShared%20Documents%2FUX%20%26%20Design%2FUI%20Components%2FWhatsApp%2FAura%5FWhatsApp%5FTK%2Epdf&amp;amp;parent=%2Fsites%2FColaboraTID%2FSourcingDeployment%2FAuraL%2DCDO%2FShared%20Documents%2FUX%20%26%20Design%2FUI%20Components%2FWhatsApp&#34;&gt;Aura WhatsApp design toolkit&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;google-rcs-business-messaging&#34;&gt;Google RCS Business Messaging&lt;/h3&gt;
&lt;p&gt;Rich Communication Services (RCS) is a communication protocol designed to enhance traditional SMS and MMS messaging. The channel Google RCS Business Messaging allows sending different types of messages to the user, such as texts, suggested replies, suggested actions, etc. Additionally, RCS enables its users to incorporate richer content through features like video, images, cards, carousels and other interactive elements.&lt;/p&gt;
&lt;p&gt;Aura allows Google RCS Business Messaging channel to communicate with the users through an application installed by default in their phones, with lower costs than WhatsApp.&lt;/p&gt;
&lt;p&gt;Do you need technical details regarding Google RCS Business Messaging channel?&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/components/channels/rcs-channel&#34;&gt;Google RCS Business Messaging channel descriptive documentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/developers-workspace/channels-management/rcs-activation/&#34;&gt;Guidelines for the activation of Google RCS Business Messaging channel&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/experiences-builder/development-use-cases/rcs-channel/&#34;&gt;Guidelines for use cases development in Google RCS Business Messaging channel&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;channels-technical-documentation&#34;&gt;Channels technical documentation&lt;/h2&gt;
&lt;p&gt;Are you a highly-skilled technician?&lt;br&gt;
Do you need low-level technical documentation regarding channels?&lt;/p&gt;
&lt;p&gt;Access these documents:&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/components/channels/&#34;&gt;Descriptive channels documentation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/developers-workspace/channels-management/&#34;&gt;Guidelines for managing channels in Aura&lt;/a&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/aura-assistant/functional-description/aura-root-overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/aura-assistant/functional-description/aura-root-overview/</guid>
      <description>
        
        
        &lt;h1 id=&#34;introduction-to-aura-root&#34;&gt;Introduction to Aura Root&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;The current document includes an overview of Aura Root and general information regarding this Aura Virtual Assistant functional component.&lt;/p&gt;
&lt;p&gt;Moreover, it includes links to low-level technical documentation for highly-skilled technicians.&lt;/p&gt;
&lt;p align=&#34;left&#34;&gt;
  &lt;img width=&#34;200&#34; height=&#34;200&#34; src=&#34;../../../images/atria/technical-skills-2.png&#34;&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Aura Root&lt;/strong&gt;&lt;/em&gt; constitutes the core functional block of &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; and is responsible for connecting channels with skills (bots).&lt;/p&gt;
&lt;p&gt;It carries out the following key tasks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Receives requests from the channels.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If required, it adapts the incoming request from a channel that Aura is able to understand through an adapter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Makes the decision about what is the best skill (bot) to answer the user’s request and routes this petition to the corresponding domain bot in a routing component. Currently, routing is only done by channels or channels groups.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Is able to enrich both the request and the answer with additional information coming from Aura context and different models in a enrichment module. (In the current version, no enrichment is available).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Can have multiple skills connected, and one of them could be the current &lt;em&gt;&lt;strong&gt;aura-bot&lt;/strong&gt;&lt;/em&gt; functioning as a skill.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates entities files with relevant information regarding each interaction, that will be afterwards uploaded to &lt;strong&gt;Kernel&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;aura-root-functional-components&#34;&gt;Aura Root functional components&lt;/h2&gt;
&lt;p&gt;From a functional point of view, &lt;em&gt;&lt;strong&gt;Aura Root&lt;/strong&gt;&lt;/em&gt; includes the following features:&lt;/p&gt;
&lt;h3 id=&#34;routing&#34;&gt;Routing&lt;/h3&gt;
&lt;p&gt;The user&amp;rsquo;s request is routed to a specific skill (domain bot) able to best respond to this query.&lt;/p&gt;
&lt;p&gt;Currently, routing is done only by channels or group of channels (no configuration options are available).&lt;/p&gt;
&lt;h3 id=&#34;channel-adapter&#34;&gt;Channel adapter&lt;/h3&gt;
&lt;p&gt;If the channel does not support &lt;a href=&#34;../../../docs/aura-assistant/functional-description/channels-overview/#what-languages-do-aura-assistant-talk&#34;&gt;a language that Aura understands (Microsoft Direct Line protocol)&lt;/a&gt;, an adapter is required to establish the communication.&lt;/p&gt;
&lt;h3 id=&#34;enrichment&#34;&gt;Enrichment&lt;/h3&gt;
&lt;p&gt;Enrichment adds additional data to enrich both request and response through context information, algorithms, analytical models, insights, etc.&lt;/p&gt;
&lt;p&gt;This feature will be available in further releases.&lt;/p&gt;
&lt;h2 id=&#34;aura-root-technical-components&#34;&gt;Aura Root technical components&lt;/h2&gt;
&lt;p&gt;As explained before, &lt;em&gt;&lt;strong&gt;Aura Root&lt;/strong&gt;&lt;/em&gt; is a functional representation in order to make the new architecture more understandable for readers.&lt;/p&gt;
&lt;p&gt;The technical component that manages the functionalities above defined is &lt;a href=&#34;../../../docs/components/aura-groot/&#34;&gt;&lt;em&gt;&lt;strong&gt;aura-groot&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/aura-assistant/functional-description/multibrand-overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/aura-assistant/functional-description/multibrand-overview/</guid>
      <description>
        
        
        &lt;h1 id=&#34;introduction-to-aura-multibrand-feature&#34;&gt;Introduction to Aura multibrand feature&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Description of Aura multibrand feature, based on a multitenant architecture&lt;/p&gt;
&lt;p align=&#34;left&#34;&gt;
  &lt;img width=&#34;200&#34; height=&#34;200&#34; src=&#34;../../../images/atria/technical-skills-2.png&#34;&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The OBs commercialize their Telefónica services through different &lt;strong&gt;brands&lt;/strong&gt; (Movistar, O2, Vivo, Blau, Whatsapp SIM, etc.).&lt;/p&gt;
&lt;p&gt;To align with this scenario, Aura (both &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; and &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt;) is now designed as a &lt;strong&gt;multibrand virtual assistant&lt;/strong&gt;, capable of providing services to multiple brands through a shared infrastructure.&lt;/p&gt;
&lt;p&gt;The communication flow is similar to the one previous to the implementation of the multibrand feature (see &lt;a href=&#34;../../../docs/aura-assistant/introduction/#aura-virtual-assistant-functional-overview&#34;&gt;&lt;em&gt;Figure 2&lt;/em&gt;&lt;/a&gt;).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A user can access Aura through the different Telefónica brands available in her country.&lt;/li&gt;
&lt;li&gt;Within a specific brand, the connection to Aura is done through a particular channel.&lt;/li&gt;
&lt;li&gt;The user can now submit a request (use case) and have it resolved, as long as the use case is available in this specific channel.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;overview-of-the-multitenant-architecture&#34;&gt;Overview of the multitenant architecture&lt;/h2&gt;
&lt;p&gt;Aura multibrand feature is based on a &lt;strong&gt;multitenant architecture&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In the multitenant architecture, we introduce the concept of &lt;strong&gt;tenant&lt;/strong&gt;, defined as the deployment associated to a specific brand.&lt;/p&gt;
&lt;p&gt;Aura multibrand feature operates in different scenarios:&lt;br&gt;
- In &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; (use cases resolved by a bot or skill)&lt;br&gt;
- In &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; (use cases resolved by AI-powered LLM models)&lt;/p&gt;
&lt;p&gt;In both scenarios, &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; and &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt; are structured in different tenants, each of them associated to a specific brand and with isolated deployment and operation.&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img width=&#34;500&#34; height=&#34;500&#34; src=&#34;../../../images/aura-multitenant/brand-tenant.png&#34;&gt;&lt;br&gt;
  &lt;i&gt;Relationship between brand and tenant&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;There is not physical separation between Aura components in each brand, but logical separation.&lt;/p&gt;
&lt;p&gt;As well as Aura, &lt;strong&gt;Kernel&lt;/strong&gt; also supports a multitenant architecture. A &lt;a href=&#34;https://developers.baikalplatform.com/tech-doc/release/latest/data-ai/quick-start/basic-concepts.html#tenants&#34;&gt;tenant&lt;/a&gt; in &lt;strong&gt;Kernel&lt;/strong&gt; is defined as a logical way of isolating resources within a &lt;strong&gt;Kernel&lt;/strong&gt; instance.&lt;/p&gt;
&lt;p&gt;A use case submitted from a specific brand will be resolved using the &lt;strong&gt;Kernel&lt;/strong&gt; tenant associated to this brand.&lt;/p&gt;
&lt;p&gt;See more details of the specific behavior of the multitenant architecture in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#functional-multitenant-architecture-in-aura-virtual-assistant&#34;&gt;In &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../docs/atria/atria-functional-description/multibrand-overview/&#34;&gt;In &lt;em&gt;&lt;strong&gt;ATRIA&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;functional-multitenant-architecture-in-aura-virtual-assistant&#34;&gt;Functional multitenant architecture in Aura Virtual Assistant&lt;/h3&gt;
&lt;p&gt;An overview of the functional operation of the multibrand feature based on multitenant architecture in &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; is shown and explained below:&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;img width=&#34;900&#34; height=&#34;900&#34; src=&#34;../../../images/aura-multitenant/aura-assistant-multitenant-overview.png&#34;&gt;&lt;br&gt;
  &lt;i&gt;Overview of multitenant architecture in Aura Virtual Assistant&lt;/i&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; supports different brands&lt;/li&gt;
&lt;li&gt;Each brand is associated to several channels&lt;/li&gt;
&lt;li&gt;Each channel allows accessing to use cases in a specific domain&lt;/li&gt;
&lt;li&gt;Use cases in a specific brand are operated by a particular Aura tenant&lt;/li&gt;
&lt;li&gt;These use cases will be resolved using the &lt;a href=&#34;https://developers.baikalplatform.com/tech-doc/release/latest/data-ai/quick-start/basic-concepts.html#tenants&#34;&gt;&lt;strong&gt;Kernel&lt;/strong&gt; tenant&lt;/a&gt; associated to this brand&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;i class=&#34;fa-solid fa-triangle-exclamation fa-xl&#34; style=&#34;color: #f45815;&#34;&gt;&lt;/i&gt; An exception to this &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt; behavior is for &lt;strong&gt;authentication&lt;/strong&gt;. In this task, the authentication request enters firstly through a &lt;strong&gt;Kernel&lt;/strong&gt; tenant, and once the user is authorized, it passes to the corresponding Aura tenant.&lt;/p&gt;
&lt;h2 id=&#34;comprehensive-technical-documents&#34;&gt;Comprehensive technical documents&lt;/h2&gt;
&lt;h4 id=&#34;multitenant-configuration-in-aura-installer&#34;&gt;Multitenant configuration in Aura installer&lt;/h4&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/deployment/installer/#multitenant-configuration&#34;&gt;Aura installer: Multitenant configuration&lt;/a&gt;: Guidelines for the configuration of different tenants when several brands are available in the OB.&lt;/p&gt;
&lt;h4 id=&#34;descriptive-documents-and-guidelines&#34;&gt;Descriptive documents and guidelines&lt;/h4&gt;
&lt;p&gt;Once the user accesses through a specific Telefónica brand, the technical behavior of the corresponding Aura tenant is similar to the one before the implementation of the multitenant architecture. Therefore, there are no specific descriptive documents or guidelines for the multitenant architecture.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/aura-assistant/functional-description/skills-overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/aura-assistant/functional-description/skills-overview/</guid>
      <description>
        
        
        &lt;h1 id=&#34;introduction-to-skills&#34;&gt;Introduction to skills&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;The current document includes an overview of Aura skills and general information regarding these components.&lt;/p&gt;
&lt;p&gt;Moreover, it includes links to low-level technical documentation for highly-skilled technicians.&lt;/p&gt;
&lt;p align=&#34;left&#34;&gt;
  &lt;img width=&#34;200&#34; height=&#34;200&#34; src=&#34;../../../images/atria/technical-skills-2.png&#34;&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Skills are bots able to perform a specific function or capability in a coordinated and efficient manner designed to handle particular tasks or provide information on a focused topic.&lt;/p&gt;
&lt;p&gt;In &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt;, skills can communicate with &lt;strong&gt;Aura Root&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt;, skills are bots based on &lt;a href=&#34;https://learn.microsoft.com/en-us/azure/bot-service/skills-conceptual?view=azure-bot-service-4.0&#34;&gt;&lt;strong&gt;Microsoft skills protocol&lt;/strong&gt;&lt;/a&gt; or can be external bots built with any technology available on the market.&lt;/p&gt;
&lt;p&gt;In any case, currently they are &lt;strong&gt;domain bots&lt;/strong&gt;, each of them able to manage a different type of request from the user. Therefore, each skill will contain the use cases corresponding to its domain.&lt;/p&gt;
&lt;p&gt;Skills can communicate with &lt;strong&gt;Aura Root&lt;/strong&gt; to receive a user&amp;rsquo;s request and resolve it, to provide the user with the most accurate answer or service and can be trained (each skill will invoke Aura Cognitive Services) and deployed independently.&lt;/p&gt;
&lt;h2 id=&#34;types-of-skills&#34;&gt;Types of skills&lt;/h2&gt;
&lt;p&gt;Within Aura, there are three different types of skills:&lt;/p&gt;
&lt;h3 id=&#34;skills-developed-over-aura-cluster&#34;&gt;Skills developed over Aura cluster&lt;/h3&gt;
&lt;p&gt;They are proprietary skills that follow Microsoft Bot Framework Direct Line protocol.&lt;/p&gt;
&lt;p&gt;Currently, &lt;a href=&#34;#aura-bot-as-a-skill&#34;&gt;&lt;em&gt;&lt;strong&gt;aura-bot&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt; is a skill itself.&lt;/p&gt;
&lt;h3 id=&#34;skills-developed-outside-aura-cluster-with-microsoft-compatible-technologies&#34;&gt;Skills developed outside Aura cluster with Microsoft-compatible technologies&lt;/h3&gt;
&lt;p&gt;These skills are developed outside Aura with a technology compatible with Microsoft Bot Framework (Composer, etc.).&lt;/p&gt;
&lt;h3 id=&#34;third-party-bots-developed-with-other-technologies&#34;&gt;Third-party bots, developed with other technologies&lt;/h3&gt;
&lt;p&gt;They are bots developed with other technologies different from Microsoft ones (Google Assistant, Teneo, etc.).&lt;/p&gt;
&lt;p&gt;They require an adapter for its communication with &lt;em&gt;&lt;strong&gt;Aura Root&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;These third-party adapters are skills that must be developed by the OBs willing to connect their external bots with &lt;em&gt;&lt;strong&gt;Aura Root&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;h2 id=&#34;aura-bot-as-a-skill&#34;&gt;Aura Bot as a skill&lt;/h2&gt;
&lt;p&gt;In the current phase of development of &lt;em&gt;&lt;strong&gt;Aura Virtual Assistant&lt;/strong&gt;&lt;/em&gt;, &lt;em&gt;&lt;strong&gt;aura-bot&lt;/strong&gt;&lt;/em&gt; is a skill itself but, &lt;strong&gt;in general terms&lt;/strong&gt;, it behaves the same way as in the previous architecture.&lt;/p&gt;
&lt;p&gt;Currently, all the existing use cases are placed in &lt;em&gt;&lt;strong&gt;aura-bot&lt;/strong&gt;&lt;/em&gt; skill in order to assure backward compatibility, excepting Germany, that has migrated its use cases to an external bot.&lt;/p&gt;
&lt;p&gt;Due to the migration of &lt;em&gt;&lt;strong&gt;aura-bot&lt;/strong&gt;&lt;/em&gt; component to a skill, certain components have suffered from modifications to be adapted to it and other ones have moved to &lt;em&gt;&lt;strong&gt;aura-groot&lt;/strong&gt;&lt;/em&gt;. For example: &lt;em&gt;&lt;strong&gt;aura-bot-adapter&lt;/strong&gt;&lt;/em&gt; now extends the Microsoft Bot Framework class &lt;code&gt;cloudAdapter&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; Find comprehensive documentation here: &lt;a href=&#34;../../../docs/components/aura-bot-platform/&#34;&gt;Aura Bot as a skill&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;skills-technical-documentation&#34;&gt;Skills technical documentation&lt;/h2&gt;
&lt;p&gt;Are you a highly-skilled technician?&lt;br&gt;
Do you need low-level technical documentation regarding skills?&lt;/p&gt;
&lt;p&gt;Access these documents:&lt;/p&gt;
&lt;p&gt;&lt;i class=&#34;fa-regular fa-file-lines fa-xl&#34; style=&#34;color: #0d5de7;&#34;&gt;&lt;/i&gt; &lt;a href=&#34;../../../docs/developers-workspace/skills-management/&#34;&gt;Manage skills&lt;/a&gt;&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
