<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aura – </title>
    <link>/docs/components/global-use-cases/video-use-cases/</link>
    <description>Recent content on Aura</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/docs/components/global-use-cases/video-use-cases/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-search/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-search/</guid>
      <description>
        
        
        &lt;h1 id=&#34;tv-search-use-case&#34;&gt;TV search use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to search specific TV content in Aura&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The TV search use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to ask Aura for TV content using a vocal interface.&lt;/p&gt;
&lt;p&gt;Find additional information in following the documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;TV search specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-search/tv-search-dialog/&#34;&gt;configure the generic-dialog for TV search use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Access to the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-search/tv-search-plugin/&#34;&gt;TV search plugin&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Discover which are the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-search/resources/&#34;&gt;resources used by the TV search use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-search/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the TV search use case.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s search request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;TV search use case is adapted to the new &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;p&gt;Once TV search v3 use case is fully normalized, it will be available for any channel that implements &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;normalized v3 request-response model&lt;/a&gt; including TV related data.&lt;/p&gt;
&lt;h3 id=&#34;search-features&#34;&gt;Search features&lt;/h3&gt;
&lt;p&gt;Currently, the normalized TV search use case includes &lt;strong&gt;basic search features&lt;/strong&gt; and &lt;strong&gt;smart answers&lt;/strong&gt; for entertainment content:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Search by title&lt;/li&gt;
&lt;li&gt;Search by genre (movie, series, documentaries, programs, short films and games)&lt;/li&gt;
&lt;li&gt;Search by subgenre (action, scare, love, etc)&lt;/li&gt;
&lt;li&gt;Search by actor or director&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In addition to these search features, the use case includes a contingency or fallback search mode used in case the Video Contents API does not provide any answer to Aura request. The contingency or fallback search mode could be deactivated by &lt;a href=&#34;../../../../docs/components/complex-logic-framework/clf-configuration/#disabling-contingency-or-fallback-modes-for-tv-search-use-case&#34;&gt;configuration&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#x1f195; As a novelty in the current release, the use case is able to provide the users with &lt;strong&gt;smart answers features&lt;/strong&gt;, meaning that the entities included in the user&amp;rsquo;s requests can be included in the answer.&lt;/p&gt;
&lt;p&gt;Therefore, the answer could be of this type:
&amp;ldquo;That&amp;rsquo;s what I&amp;rsquo;ve found about [$title, $participant, $genre, $subgenre]&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The user asks for a specific title: &amp;ldquo;Play a film starring Brad Pitt&amp;rdquo;&lt;/li&gt;
&lt;li&gt;In previous versions, Aura sends the content provided by the API as &amp;ldquo;That&amp;rsquo;s what I&amp;rsquo;ve found for you&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Now, the entity can be included in the answer, giving the user a most personalized answer: &amp;ldquo;That&amp;rsquo;s what I&amp;rsquo;ve found about Brad Pitt&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;current-limitations&#34;&gt;Current limitations&lt;/h3&gt;
&lt;p&gt;Currently, the TV search use case &lt;strong&gt;does not include&lt;/strong&gt; these features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Request for a specific season o episode of a TV Series.&lt;/li&gt;
&lt;li&gt;Search content from third-parties (content must belong to Aura&amp;rsquo;s catalog).&lt;/li&gt;
&lt;li&gt;Search including temporary entities or time intervals.&lt;/li&gt;
&lt;li&gt;Search sport content based on entities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The TV search use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;TV search use case intent: &lt;code&gt;intent.tv.search&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TV search use case entities:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_film_title&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca La princesa prometida&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_documental_title&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca ABBA Forever&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_tvshow_title&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca Late Motiv&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_tvseries_title&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca Hierro&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_subgenre&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca una comedia&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_genre&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca una película&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_actor&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca algo de Brad Pitt&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_director&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Busca algo de Almodóvar&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;#x26a0;&amp;#xfe0f; Other entities in the user&amp;rsquo;s request are not taken into account in the searching process.&lt;/p&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect her intention.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/intro-catalogs/&#34;&gt;TV catalog&lt;/a&gt; in order to understand TV content (titles, actors, director) in the user&amp;rsquo;s utterance and detect them as Aura entities.&lt;/li&gt;
&lt;li&gt;Other content like genre or subgenre.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;TV search is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;&lt;em&gt;&lt;strong&gt;generic-dialog-v3&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-search/tv-search-dialog/&#34;&gt;Configuration of the generic-dialog for TV search use case&lt;/a&gt; in order to know the required configuration for the TV search experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CLF Plugin&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;../../../../docs/components/complex-logic-framework&#34;&gt;Complex Logic Framework&lt;/a&gt; is used for the recognition of the user&amp;rsquo;s request.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check here the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-search/tv-search-plugin/&#34;&gt;TV search plugin&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-display/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-display/</guid>
      <description>
        
        
        &lt;h1 id=&#34;tv-display-use-case&#34;&gt;TV display use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to display specific TV channels in Aura&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The TV display use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to ask Aura for a TV channel or other entities using a vocal interface.&lt;/p&gt;
&lt;p&gt;Find additional information in following the documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;TV display specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-display/tv-display-dialog/&#34;&gt;configure the generic-dialog for TV display use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Access to the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-display/tv-display-plugin/&#34;&gt;TV display plugin&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Discover which are the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-display/resources/&#34;&gt;resources used by the TV display use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-display/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the TV display use case.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s display request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;TV display use case is adapted to the new &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;p&gt;Once TV display v3 use case is fully normalized, it will be available for any channel that implements &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;normalized v3 request-response model&lt;/a&gt; including TV related data.&lt;/p&gt;
&lt;h3 id=&#34;display-features&#34;&gt;Display features&lt;/h3&gt;
&lt;p&gt;Currently, the normalized TV display use case includes the following display features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Display by channel (both for Brazil and Spain OBs)&lt;/li&gt;
&lt;li&gt;Display by content: title, genre, subgenre, actor or director (for Spain OB)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Therefore, the answer could be of this type:
&amp;ldquo;This is what they are broadcasting now on that channel&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The TV display use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;TV display use case intent: &lt;code&gt;intent.tv.display&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TV display use case entities:
Entities vary across the OBs where this experience is available: Check &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-display/nlp-config-obs/&#34;&gt;NLP configuration by OB&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect her intention.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/intro-catalogs/&#34;&gt;TV catalog&lt;/a&gt; in order to understand TV content (channels, titles, genres, subgenres, actors, directors) in the user&amp;rsquo;s utterance and detect them as Aura entities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;TV display is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;&lt;em&gt;&lt;strong&gt;generic-dialog-v3&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-display/tv-display-dialog/&#34;&gt;Configuration of the generic-dialog for TV display use case&lt;/a&gt; in order to know the required configuration for the TV display experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CLF Plugin&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;../../../../docs/components/complex-logic-framework&#34;&gt;Complex Logic Framework&lt;/a&gt; is used for the recognition of the user&amp;rsquo;s request.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check here the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-display/tv-display-plugin/&#34;&gt;TV display plugin&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-content-get-info/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-content-get-info/</guid>
      <description>
        
        
        &lt;h1 id=&#34;tv-content-get-info-use-case&#34;&gt;TV content get info use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to get content info specific TV channels in Aura&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The TV content get info use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to ask Aura for a TV channel information using a vocal interface.&lt;/p&gt;
&lt;p&gt;Find additional information in following the documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;TV content get info specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-content-get-info/tv-content-get-info-dialog/&#34;&gt;configure the generic dialog for TV content get info use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Access to the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-content-get-info/tv-content-get-info-plugin/&#34;&gt;TV content get info plugin&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Discover which are the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-content-get-info/resources/&#34;&gt;resources used by the TV content get info use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-content-get-info/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the TV content get info use case.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s  request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;TV content get info use case is adapted to the new &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;p&gt;Once TV content get info v3 use case is fully normalized, it will be available for any channel that implements &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;normalized v3 request-response model&lt;/a&gt; including TV related data.&lt;/p&gt;
&lt;p&gt;Currently, STB channels in ES are already available.&lt;/p&gt;
&lt;h3 id=&#34;display-features&#34;&gt;Display features&lt;/h3&gt;
&lt;p&gt;Currently, the normalized TV content get info use case includes &lt;strong&gt;basic get content information features&lt;/strong&gt; for channels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Content get info by channel&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Therefore, the answer could be of this type:
&amp;ldquo;This is what they are broadcasting now on that channel&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The TV content get info use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;TV content get info use case intent: &lt;code&gt;intent.tv.content_get_info&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TV content get info use case entities:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_channel&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;What&amp;rsquo;s on in channel 1?&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;#x26a0;&amp;#xfe0f; Other entities in the user&amp;rsquo;s request are not taken into account in the get content info process.&lt;/p&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect her intention.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/intro-catalogs/&#34;&gt;TV catalog&lt;/a&gt; in order to understand TV content (channels) in the user&amp;rsquo;s utterance and detect them as Aura entities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;TV content get info is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;generic dialog v3&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-content-get-info/tv-content-get-info-dialog/&#34;&gt;Configuration of the generic dialog for TV content get info use case&lt;/a&gt; in order to know the required configuration for the TV content get info experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CLF Plugin&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;../../../../docs/components/complex-logic-framework&#34;&gt;Complex Logic Framework&lt;/a&gt; is used for the recognition of the user&amp;rsquo;s request.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check here the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-content-get-info/tv-content-get-info-plugin/&#34;&gt;TV content get info plugin&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-move-backwards/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-move-backwards/</guid>
      <description>
        
        
        &lt;h1 id=&#34;tv-move-backwards-use-case&#34;&gt;TV move backwards use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to move the content backwards on the TV by using Aura&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The TV move backwards use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to move the content backwards on the TV using a vocal interface.&lt;/p&gt;
&lt;p&gt;Find additional information in following the documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-backwards/tv-move-backwards-dialog/&#34;&gt;configure the generic dialog for TV move backwards use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Discover which are the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-backwards/resources/&#34;&gt;resources used by the TV move backwards use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-backwards/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the TV move backwards use case.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;TV move backwards use case is adapted to the new &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;p&gt;Once TV move backwards v3 use case is fully normalized, it will be available for any channel that implements &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;normalized v3 request-response model&lt;/a&gt; including TV related data.&lt;/p&gt;
&lt;p&gt;Currently, STB channel in ES is available for channelData V1. And channelData V3 is suitable for STB in Brazil with time entity recognition: &lt;code&gt;ent.time_length_hour&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&#34;display-features&#34;&gt;Display features&lt;/h3&gt;
&lt;p&gt;Currently, the normalized TV move backwards use case includes &lt;strong&gt;basic move backwards features&lt;/strong&gt; for some entities:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Move the TV content backwards&lt;/li&gt;
&lt;li&gt;Move backwards by specifying the desired time&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This UC also includes specific verbs without entities. For AP repository the key verbs are: &amp;ldquo;retroceder&amp;rdquo;, &amp;ldquo;retornar&amp;rdquo; and &amp;ldquo;rebobinar&amp;rdquo;. For Brazil, they are &amp;ldquo;recuar&amp;rdquo; and &amp;ldquo;retroceder&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Therefore, the answer could be of this type:
&amp;ldquo;Okay, I&amp;rsquo;ll rewind the TV content.&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The TV move backwards use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;TV move backwards use case intent: &lt;code&gt;intent.tv.move_backwards&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TV move backwards use case entities:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_genre&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie backwards&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_length_hour&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie backwards 2 hours&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_length_min&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie backwards 2 minutes&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_length_sec&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie backwards 2 seconds&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_instant&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move it backwards now&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;#x26a0;&amp;#xfe0f; Other entities in the user&amp;rsquo;s request are not taken into account in the move backwards process.&lt;/p&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect the user&amp;rsquo;s intention.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;TV move backwards is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;generic dialog v3&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-backwards/tv-move-backwards-dialog/&#34;&gt;Configuration of the generic dialog for TV move backwards use case&lt;/a&gt; in order to know the required configuration for the TV move backwards experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-move-forwards/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-move-forwards/</guid>
      <description>
        
        
        &lt;h1 id=&#34;tv-move-forwards-use-case&#34;&gt;TV move forwards use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to move the content forwards on the TV by using Aura&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The TV move forwards use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to move the content forwards on the TV using a vocal interface.&lt;/p&gt;
&lt;p&gt;Find additional information in following the documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-forwards/tv-move-forwards-dialog/&#34;&gt;configure the generic dialog for TV move forwards use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Discover which are the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-forwards/resources/&#34;&gt;resources used by the TV move forwards use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-forwards/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the TV move forwards use case.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;TV move forwards use case is adapted to the new &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;p&gt;Once TV move forwards v3 use case is fully normalized, it will be available for any channel that implements &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;normalized v3 request-response model&lt;/a&gt; including TV related data.&lt;/p&gt;
&lt;p&gt;Currently, MH and STB channels in ES are already available for channelData V3 version and MP is available for channelData V1. But for these channels, time entity recognition: &lt;code&gt;ent.time_length_hour&lt;/code&gt; is not yet available. It would be available for STB in Brazil.&lt;/p&gt;
&lt;h3 id=&#34;display-features&#34;&gt;Display features&lt;/h3&gt;
&lt;p&gt;Currently, the normalized TV move forwards use case includes &lt;strong&gt;basic move forwards features&lt;/strong&gt; for some entities:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Move the TV content forwards&lt;/li&gt;
&lt;li&gt;Move forwards by specifying the desired time&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This UC also includes specific verbs without entities. For AP repository the key verbs are: &amp;ldquo;avanzar&amp;rdquo; and &amp;ldquo;adelantar&amp;rdquo;. For Brazil, they are &amp;ldquo;adiantar&amp;rdquo; and &amp;ldquo;avançar&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Therefore, the answer could be of this type:
&amp;ldquo;Ok, I&amp;rsquo;ll fast forward the content a little&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The TV move forwards use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;TV move forwards use case intent: &lt;code&gt;intent.tv.move_forwards&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TV move forwards use case entities:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_genre&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie forwards&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_length_hour&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie forwards 2 hours&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_length_min&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie forwards 2 minutes&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_length_sec&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move the movie forwards 2 seconds&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.time_instant&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Move it forwards now&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;#x26a0;&amp;#xfe0f; Other entities in the user&amp;rsquo;s request are not taken into account in the move forwards process.&lt;/p&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect the user&amp;rsquo;s intention.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;TV move forwards is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;generic dialog v3&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-move-forwards/tv-move-forwards-dialog/&#34;&gt;Configuration of the generic dialog for TV move forwards use case&lt;/a&gt; in order to know the required configuration for the TV move forwards experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-vod-epg-information/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-vod-epg-information/</guid>
      <description>
        
        
        &lt;h1 id=&#34;tv-vod-epg-information-use-case&#34;&gt;TV VOD EPG information use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to get VOD EPG information about the playing content.&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The TV VOD EPG information use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to ask Aura about what they are watching on TV at that specific moment using a vocal interface. The use case answers with the name of the TV content being broadcasted.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A user interacts with Aura through a normalized video channel&lt;/li&gt;
&lt;li&gt;She asks about the content currently playing: &amp;ldquo;What am I watching?&amp;rdquo;, &amp;ldquo;What&amp;rsquo;s on?&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Aura recognizes the request and provides back to the channel the information required to answer the request&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Find additional information in following the documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;TV VOD EPG information specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-vod-epg-information/tv-vod-epg-information-dialog/&#34;&gt;configure the generic dialog for TV VOD EPG information use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-vod-epg-information/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the TV VOD EPG information use case.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s  request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;TV VOD EPG information use case is adapted to the new &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;p&gt;TV VOD EPG information use case could be available for any channel that implements &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;normalized v3 request-response model&lt;/a&gt; including TV related data.&lt;/p&gt;
&lt;p&gt;Currently, STB channels in BR are already available.&lt;/p&gt;
&lt;h3 id=&#34;display-features&#34;&gt;Display features&lt;/h3&gt;
&lt;p&gt;Currently, the normalized TV VOD EPG information use case includes &lt;strong&gt;basic VOD EPG information features&lt;/strong&gt; for content:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;VOD EPG information by content&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Therefore, the questions could be of this type:
&amp;ldquo;What am I watching?&amp;rdquo;
&amp;ldquo;Which actors are involved?&amp;rdquo;&lt;/p&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The TV VOD EPG information use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;TV VOD EPG information use case intent: &lt;code&gt;intent.tv-vod_epg_information&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TV VOD EPG information use case entities:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.device_tv&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;¿Qué estoy viendo en la tele?&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.device_mobile&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;¿Qué estoy viendo en el móvil?&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.device_phone&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;¿Qué estoy viendo en el teléfono?&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect the user&amp;rsquo;s intention.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;TV VOD EPG information is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;generic dialog v3&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-vod-epg-information/tv-vod-epg-information-dialog/&#34;&gt;Configuration of the generic dialog for TV VOD EPG information use case&lt;/a&gt; in order to know the required configuration for the TV VOD EPG information experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-none/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-none/</guid>
      <description>
        
        
        &lt;h1 id=&#34;tv-none-use-case&#34;&gt;TV none use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows searching content related with the user&amp;rsquo;s utterance when the intent is intent.tv.none&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The TV none use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to ask Aura using a vocal interface.&lt;/p&gt;
&lt;p&gt;Find additional information in following the documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;TV none specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-none/tv-none-dialog/&#34;&gt;configure the generic dialog for TV none use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Access to the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-none/tv-none-plugin/&#34;&gt;TV none plugin&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Discover which are the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-none/resources/&#34;&gt;resources used by the TV none use case&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-none/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the TV none use case.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;TV none use case is adapted to the new &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;p&gt;Once TV none v3 use case is fully normalized, it will be available for any channel that implements &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;normalized v3 request-response model&lt;/a&gt; including TV related data.&lt;/p&gt;
&lt;p&gt;Currently, STB channels in BR are already available.&lt;/p&gt;
&lt;h3 id=&#34;display-features&#34;&gt;Display features&lt;/h3&gt;
&lt;p&gt;Currently, the normalized TV none use case includes &lt;strong&gt;basic search features&lt;/strong&gt; for content/channels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;none search content/channels with user normalized utterance&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Therefore, the answer could be any provided by the recognized intent: &lt;code&gt;intent.tv.none&lt;/code&gt;&lt;/p&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The TV none use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;TV none use case intent: &lt;code&gt;intent.tv.none&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TV none use case entities: Ignore the entities for search content/channels, use normalized utterance for contigency search.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect her intention.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/intro-catalogs/&#34;&gt;TV catalog&lt;/a&gt; in order to understand TV content (channels) in the user&amp;rsquo;s utterance and detect them as Aura entities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;TV none is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;generic dialog v3&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-none/tv-none-dialog/&#34;&gt;Configuration of the generic dialog for TV none use case&lt;/a&gt; in order to know the required configuration for the TV none experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CLF Plugin&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;../../../../docs/components/complex-logic-framework&#34;&gt;Complex Logic Framework&lt;/a&gt; is used for the recognition of the user&amp;rsquo;s request.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check here the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-none/tv-none-plugin/&#34;&gt;TV none plugin&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-app-open/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-app-open/</guid>
      <description>
        
        
        &lt;h1 id=&#34;audiovisual-app-opening-use-case&#34;&gt;Audiovisual App Opening use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users accessing third-party apps&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to open different third-party apps that are considered audiovisual apps.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A user interacts with Aura through a normalized video channel&lt;/li&gt;
&lt;li&gt;The user requests: &amp;ldquo;I want to put this &lt;code&gt;&amp;lt;app&amp;gt;&lt;/code&gt; on the TV&amp;rdquo;, where &lt;code&gt;&amp;lt;app&amp;gt;&lt;/code&gt; is a third-party app&lt;/li&gt;
&lt;li&gt;Aura recognizes the request and provides back to the channel the information required to open this app&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;Open Amazon Prime Video app&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Access TikTok&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Put Disney on TV&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Find additional information in the following documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;&lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-app-open/tv-app-open-dialog/&#34;&gt;configure the generic-dialog for &lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-app-open/resources/&#34;&gt;resources used by the &lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-app-open/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the &lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case is adapted to the &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;STB (aura-nlpdata-br-stb)&lt;/li&gt;
&lt;li&gt;GVP (aura-nlpdata-ap)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case intent: &lt;code&gt;intent.tv.app_open&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case entities:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.audiovisual_app&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Open Disney&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect its intention.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/intro-catalogs/&#34;&gt;TV catalog&lt;/a&gt; in order to understand audiovisual apps in the user&amp;rsquo;s utterance and detect them as Aura entities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;&lt;em&gt;&lt;strong&gt;generic-dialog-v3&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-app-open/tv-app-open-dialog/&#34;&gt;Configuration of the generic-dialog for &lt;strong&gt;Audiovisual App Opening&lt;/strong&gt; use case&lt;/a&gt; in order to know the required configuration for the experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-language-change/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-language-change/</guid>
      <description>
        
        
        &lt;h1 id=&#34;change-language-use-case&#34;&gt;Change language use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to change the language on TV&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Change language&lt;/strong&gt; use case is a global video experience designed and developed by Aura Global Team that allows Telefónica customers to change the language on TV.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A user interacts with Aura through a normalized video channel&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The user requests: &amp;ldquo;Change subtitles to English&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Aura recognizes the request and provides back to the channel the information required&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;Change subtitles to English&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;Put the movie in the original version&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Find additional information in the following documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;&lt;strong&gt;Change language&lt;/strong&gt; specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-language-change/tv-language-change-dialog/&#34;&gt;configure the generic-dialog for &lt;strong&gt;Change language&lt;/strong&gt; use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-language-change/resources/&#34;&gt;resources used by the &lt;strong&gt;Change language&lt;/strong&gt; use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-language-change/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the &lt;strong&gt;Change language&lt;/strong&gt; use case.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Change language&lt;/strong&gt; use case is adapted to the &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;STB (aura-nlpdata-br-stb)&lt;/li&gt;
&lt;li&gt;GVP (aura-nlpdata-ap)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Change language&lt;/strong&gt; use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Change language&lt;/strong&gt; use case intent: &lt;code&gt;intent.tv.language_change&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;br&gt;
&lt;strong&gt;Change language&lt;/strong&gt; is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;&lt;em&gt;&lt;strong&gt;generic-dialog-v3&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.
Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-language-change/tv-language-change-dialog/&#34;&gt;Configuration of the generic-dialog for &lt;strong&gt;Change language&lt;/strong&gt; use case&lt;/a&gt; in order to know the required configuration for the experience.&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/navigation-section-show/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/navigation-section-show/</guid>
      <description>
        
        
        &lt;h1 id=&#34;section-show-use-case&#34;&gt;Section Show use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users accessing sections&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Section Show&lt;/strong&gt; use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to open different sections and navigate through them.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A user interacts with Aura through a normalized video channel&lt;/li&gt;
&lt;li&gt;The user requests: &amp;ldquo;I want to put this &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; on the TV&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Aura recognizes the request and provides back to the channel the information required to open this section&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;Open aventura&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Access Kids&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Put films on TV&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Find additional information in the following documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;&lt;strong&gt;Section Show&lt;/strong&gt; specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/navigation-section-show/navigation-section-show-dialog/&#34;&gt;configure the generic-dialog for &lt;strong&gt;Section Show&lt;/strong&gt; use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/navigation-section-show/resources/&#34;&gt;resources used by the &lt;strong&gt;Section Show&lt;/strong&gt; use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/navigation-section-show/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the &lt;strong&gt;Section Show&lt;/strong&gt; use case.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Section Show&lt;/strong&gt; use case is adapted to the &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;STB (aura-nlpdata-br-stb)&lt;/li&gt;
&lt;li&gt;GVP (aura-nlpdata-ap)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Section Show&lt;/strong&gt; use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Section Show&lt;/strong&gt; use case intent: &lt;code&gt;intent.navigation.section_show&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Section Show&lt;/strong&gt; use case entities:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Entity&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;ent.section&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&amp;ldquo;Open Films&amp;rdquo;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In order to understand users’ requests (utterances), Aura is trained with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/&#34;&gt;NLP expression&lt;/a&gt; to recognize the user&amp;rsquo;s utterance and detect its intention.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/experiences-builder/development-use-cases/nlp-uc-development/intro-catalogs/&#34;&gt;TV catalog&lt;/a&gt; in order to understand audiovisual sections in the user&amp;rsquo;s utterance and detect them as Aura entities.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Section Show&lt;/strong&gt; is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;&lt;em&gt;&lt;strong&gt;generic-dialog-v3&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/navigation-section-show/navigation-section-show-dialog/&#34;&gt;Configuration of the generic-dialog for &lt;strong&gt;Section Show&lt;/strong&gt; use case&lt;/a&gt; in order to know the required configuration for the experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/tv-subtitles-remove/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/tv-subtitles-remove/</guid>
      <description>
        
        
        &lt;h1 id=&#34;subtitles-remove-use-case&#34;&gt;Subtitles remove use case&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Global use case developed by Aura Platform Team that allows users to remove the subtitles&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Subtitles remove&lt;/strong&gt; use case is a global experience designed and developed by Aura Global Team that allows Telefónica customers to remove the subtitles.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A user interacts with Aura through a normalized video channel&lt;/li&gt;
&lt;li&gt;The user requests: &amp;ldquo;Remove subtitles from the film&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Aura recognizes the request and provides back to the channel the information required&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;Remove subtitles from the movie&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Remove subtitles from this episode&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Find additional information in the following documents:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;#specifications&#34;&gt;&lt;strong&gt;Subtitles remove&lt;/strong&gt; specifications&lt;/a&gt; and the particularities of the &lt;a href=&#34;#use-case-development&#34;&gt;use case development&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Learn how to &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-subtitles-remove/tv-subtitles-remove-dialog/&#34;&gt;configure the generic-dialog for &lt;strong&gt;Subtitles remove&lt;/strong&gt; use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Discover the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-subtitles-remove/resources/&#34;&gt;resources used by the &lt;strong&gt;Subtitles remove&lt;/strong&gt; use case&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find out the &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-subtitles-remove/nlp-config-obs/&#34;&gt;NLP configuration for each OB&lt;/a&gt; for the &lt;strong&gt;Subtitles remove&lt;/strong&gt; use case.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;specifications&#34;&gt;Specifications&lt;/h2&gt;
&lt;h3 id=&#34;kernel-api&#34;&gt;Kernel API&lt;/h3&gt;
&lt;p&gt;In order to resolve the user&amp;rsquo;s request, Aura uses &lt;a href=&#34;https://developers.baikalplatform.com/apis/video-contents/&#34;&gt;Video Contents normalized Kernel API&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;request-response-model&#34;&gt;Request-response model&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Subtitles remove&lt;/strong&gt; use case is adapted to the &lt;a href=&#34;../../../../docs/components/request-response-model/channeldata-v3/&#34;&gt;request-response normalized model v3&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;available-channels&#34;&gt;Available channels&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;STB (aura-nlpdata-br-stb)&lt;/li&gt;
&lt;li&gt;GVP (aura-nlpdata-ap)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;use-case-development&#34;&gt;Use case development&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Subtitles remove&lt;/strong&gt; use case development includes these components:&lt;/p&gt;
&lt;h3 id=&#34;understanding-features&#34;&gt;Understanding features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Subtitles remove&lt;/strong&gt; use case intent: &lt;code&gt;intent.tv.subtitles_remove&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;use-case-logic&#34;&gt;Use case logic&lt;/h3&gt;
&lt;p&gt;Once Aura has recognized the user&amp;rsquo;s utterance based on NLP components, the use case should be resolved based on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Aura Bot dialog&lt;/strong&gt;:
&lt;strong&gt;Subtitles remove&lt;/strong&gt; is built over the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v3/&#34;&gt;&lt;em&gt;&lt;strong&gt;generic-dialog-v3&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;. Check the section &lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-subtitles-remove/tv-subtitles-remove-dialog/&#34;&gt;Configuration of the generic-dialog for &lt;strong&gt;Subtitles remove&lt;/strong&gt; use case&lt;/a&gt; in order to know the required configuration for the experience.&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/global-resources/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/global-resources/</guid>
      <description>
        
        
        &lt;h1 id=&#34;global-resources-for-tv-use-cases&#34;&gt;Global resources for TV use cases&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;This document describes the global resources shared among global TV use cases&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Apart from the specific resources for each TV-related use case, there are two types of global resources that can be used by any global experience for TV channels, which are described below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Aura Platform global resources&lt;/li&gt;
&lt;li&gt;Common resources for video use cases&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;aura-platform-global-resources&#34;&gt;Aura Platform global resources&lt;/h2&gt;
&lt;p&gt;The Aura Platform global resources that can be used by global TV experiences are:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Aura Platform Global resources&lt;/th&gt;
&lt;th&gt;Definition&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;th&gt;Managed by&lt;/th&gt;
&lt;th&gt;Scope&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;core:core.model-validation.request.error&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Error generated in the validation of input fields of the request-response v3 model&lt;/td&gt;
&lt;td&gt;Lo siento, ha ocurrido un error inesperado&lt;/td&gt;
&lt;td&gt;aura-bot&lt;/td&gt;
&lt;td&gt;Used by all Aura global use cases&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;core:core.model-validation.answer.error&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Error generated in the validation of output fields from the request-response v3 model&lt;/td&gt;
&lt;td&gt;Lo siento, ha ocurrido un error inesperado&lt;/td&gt;
&lt;td&gt;aura-bot&lt;/td&gt;
&lt;td&gt;Used by all Aura global use cases&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;core:core.cancel&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Error generated when the request is adapted to normalized format but the triggered dialog is not migrated to v3&lt;/td&gt;
&lt;td&gt;Vaya, parece que no soy capaz de entenderte. Inténtalo de nuevo&lt;/td&gt;
&lt;td&gt;aura-bot&lt;/td&gt;
&lt;td&gt;Used by all Aura global use cases&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;core:core.model-validation.version.error&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Error generated when the request is sent with a format version not supported by the channel&lt;/td&gt;
&lt;td&gt;Lo siento, ha ocurrido un error inesperado&lt;/td&gt;
&lt;td&gt;aura-bot&lt;/td&gt;
&lt;td&gt;Used by all Aura global use cases&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;core:flc.answer.error&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Error generated by &lt;em&gt;aura-bot&lt;/em&gt; in case the CLF API does not respond&lt;/td&gt;
&lt;td&gt;Lo siento, ha ocurrido un error inesperado&lt;/td&gt;
&lt;td&gt;aura-bot&lt;/td&gt;
&lt;td&gt;Used by Aura global use cases using the Complex Logic Framework&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;common-resources-for-video-use-cases&#34;&gt;Common resources for video use cases&lt;/h2&gt;
&lt;p&gt;The general video use cases resources that can be used by global TV experiences are:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Common resources for video use cases&lt;/th&gt;
&lt;th&gt;Definition&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;th&gt;Managed by&lt;/th&gt;
&lt;th&gt;Scope&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;tv:video.model-validation.request.error&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Error generated when the input request validation fails&lt;/td&gt;
&lt;td&gt;Algo no ha ido bien, inténtalo de nuevo&lt;/td&gt;
&lt;td&gt;CLF&lt;/td&gt;
&lt;td&gt;Used by global video use cases&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;tv:video.api.answer.error&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Error generated when API request fails&lt;/td&gt;
&lt;td&gt;Lo sentimos, ha ocurrido un error inesperado&lt;/td&gt;
&lt;td&gt;CLF&lt;/td&gt;
&lt;td&gt;Used by global video use cases&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/legacy-video-api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/legacy-video-api/</guid>
      <description>
        
        
        &lt;h1 id=&#34;legacy-video-api-for-spain&#34;&gt;Legacy Video API for Spain&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;Description of Legacy Video API.
&lt;br&gt;&lt;br&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;../../../../techFiles/apis/user-helper/video-contents-v1-api.json&#34;&gt;Download swagger file&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;!-- origin url https://stage-clientservices.dof6.com/movistarplus/swagger/docs/V1 --&gt;

&lt;div id=&#34;ohpen_swagger_ui&#34;&gt;&lt;/div&gt;
&lt;script&gt;
  window.onload = function () {
    const ui = SwaggerUIBundle({
      url: &#34;/techFiles/apis/user-helper/video-contents-v1-api.json&#34;,
      dom_id: &#39;#ohpen_swagger_ui&#39;,
      presets: [
        SwaggerUIBundle.presets.apis,
        SwaggerUIStandalonePreset
      ]
    });
    window.ui = ui;
  };
&lt;/script&gt;


      </description>
    </item>
    
    <item>
      <title>Docs: </title>
      <link>/docs/components/global-use-cases/video-use-cases/adapter-v1-to-v3/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/components/global-use-cases/video-use-cases/adapter-v1-to-v3/</guid>
      <description>
        
        
        &lt;h1 id=&#34;adapter-request-response-model-v1-to-v3&#34;&gt;Adapter request-response model v1 to v3&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;This document describes the adapter use cases with request-response model v1 and v3.&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Adapter use cases allow to work with request-response model v1 to adapt to systems that do not support v3 yet.&lt;/p&gt;
&lt;p&gt;Mainly, this adapter receives a request in v1 format and internally transforms it to v3 format to process it with the corresponding TV CLF plugin. Then, the response in v3 format is transformed back to v1 format to send the response.&lt;/p&gt;
&lt;h2 id=&#34;dialog-configuration&#34;&gt;Dialog Configuration&lt;/h2&gt;
&lt;h3 id=&#34;specific-configuration&#34;&gt;Specific configuration&lt;/h3&gt;
&lt;p&gt;The adapter use case is triggered by the &lt;a href=&#34;../../../../docs/components/global-use-cases/generic-dialog/generic-dialog-v1&#34;&gt;generic dialog v1&lt;/a&gt;.
For this use case, the required specific configuration is set below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Configuration for Spain OB in STB channel.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;id&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;generic-dialog-v1&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a40000&#34;&gt;...&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;adapter-use-cases&#34;&gt;Adapter use cases&lt;/h3&gt;
&lt;p&gt;The adapter use case is intended to work with the following TV use cases:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-search/&#34;&gt;TV search use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/components/global-use-cases/video-use-cases/tv-none/&#34;&gt;TV none use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/components/global-use-cases/ai-use-cases/tv-search-llm/&#34;&gt;TV search LLM use case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../docs/components/global-use-cases/ai-use-cases/tv-recommend/&#34;&gt;TV Recommend use case&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

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