<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Contextual entities in Chatbot</title>
    <link>https://community.sinch.com/t5/Chatbot/Contextual-entities/ta-p/13265</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Contextual &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Intents-expressions-and-entities/ta-p/13237" target="_blank" rel="noopener"&gt;entities&lt;/A&gt;&amp;nbsp;are used to detect entities in &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Recognize-expressions-with-intents/ta-p/13237" target="_blank" rel="noopener"&gt;user expressions&lt;/A&gt; by using the context of the sentence of that expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in the expression:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;I want to book a train from Brussels to Amsterdam.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The two city names mentioned here will be recognized as either @departure or @destination because of the context of the expression they're in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;SPAN class=""&gt;When to use contextual entities&lt;/SPAN&gt;&lt;!--          notionvc: e8da661f-4770-4b31-be93-0879ae16578b          --&gt;&lt;/H2&gt;&lt;P&gt;Imagine you're a fruit seller who sells apples, pears, bananas and pineapples. Your chatbot can help people order fruit and ask for the price. Let's look at that pricing use case for apples. Some example expressions could be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;How much does an apple cost?&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;What is the price of an apple?&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Of course, these expressions could be asked for not just apples, but also for other fruits. Does that mean you have to copy each expression and replace the fruit? No, you can just use contextual entities! Create a contextual entity called 'fruit' and add the following values to it:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;apple&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;banana&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;pear&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;pineapple&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now you can simply create an expression with the contextual entity in it:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How much does an &lt;STRONG&gt;@fruit&lt;/STRONG&gt; cost?&lt;/LI&gt;&lt;LI&gt;What is the price of the &lt;STRONG&gt;@fruit&lt;/STRONG&gt;?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now your bot will understand each expression, even if the fruit changes!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;When adding contextual entity variables, there's no need to add capitalised and non-capitalised words. All text is decapitalized by the NLP before any recognition happens, so 'api' won't be recognised differently from 'API'&lt;/EM&gt;&lt;!--          notionvc: 4b4dd361-fa07-40a3-8e1c-78959c03a9dc          --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Fuzzy matching&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;Fuzzy matching allows you to recognise a slight variation of an contextual entity value (or its synonym) as the original value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example &lt;EM&gt;Brusselt&lt;/EM&gt;&amp;nbsp;will be automatically corrected to &lt;EM&gt;Brussels&lt;/EM&gt; if fuzzy matching is enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Create a contextual entity&lt;!--           notionvc: 59b7e1d7-2875-46da-952e-db407b4de24e           --&gt;&lt;/H2&gt;&lt;P&gt;Let's see how we can use a contextual entity to determine the type of pizza that your customer is ordering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create a contextual entity:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to the &lt;STRONG&gt;Entities&lt;/STRONG&gt; page and click on &lt;STRONG&gt;Contextual Entities&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;To add new entity, click &lt;STRONG&gt;Add contextual entity&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Give a name to your entity. When naming your entity, please do not use spaces. Fill the entity values with pizza types and you can also add synonyms for each value so the bot can understand if your customers say it in a different way.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.38.04.png" style="width: 722px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3933i850B6AC38D284D77/image-dimensions/722x390?v=v2" width="722" height="390" role="button" title="Screenshot 2023-11-25 at 11.38.04.png" alt="Screenshot 2023-11-25 at 11.38.04.png" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;4. Click &lt;STRONG&gt;&lt;SPAN class=""&gt;Create entity&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;!--           notionvc: 47719e80-b3c0-4aae-9fb0-dd92791ba0b5           --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Add contextuel entities to intents&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;To add contextual entities in &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Recognize-expressions-with-intents/ta-p/13237" target="_blank" rel="noopener"&gt;intents training expressions&lt;/A&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Add-an-intent-to-your-bot/ta-p/13248" target="_blank" rel="noopener"&gt;Add a new intent&lt;/A&gt; to your bot. For this example, call it ‘Order pizza’.&lt;/LI&gt;&lt;LI&gt;For this example let's assume that you already created a @pizza_type contextual entity.&amp;nbsp;Add expressions with this entity you just created by typing '@' and a dropdown will appear, where you can find your created entity '@pizza_type'.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.45.05.png" style="width: 725px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3934i8A39AE1FCE214C86/image-dimensions/725x424?v=v2" width="725" height="424" role="button" title="Screenshot 2023-11-25 at 11.45.05.png" alt="Screenshot 2023-11-25 at 11.45.05.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;!--            notionvc: 7685dd8a-0d75-4b0f-817a-56cc9cdb194a            --&gt;&lt;/P&gt;&lt;P&gt;&lt;!--            notionvc: 6ca6420b-42b8-4905-9b91-efa0c9c2cf29            --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;3.&amp;nbsp;To improve the bot's understanding of the "order pizza" intent, you need to add or generate additional expressions using the @pizza entity. The more expressions you add, the better the bot will perform.&lt;!--            notionvc: 951202f4-9f91-4daa-8771-f5201f2bdf18            --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.46.46.png" style="width: 731px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3935i7C7725102E701BD9/image-dimensions/731x394?v=v2" width="731" height="394" role="button" title="Screenshot 2023-11-25 at 11.46.46.png" alt="Screenshot 2023-11-25 at 11.46.46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;4. After adding enough expressions, do not forget to &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-bot/ta-p/13516" target="_blank" rel="noopener"&gt;train your bot&lt;/A&gt; so it can learn the latest changes that you have just made.&lt;!--            notionvc: 3b7e2c2d-91c0-4090-9540-bbdfae2ae075            --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.48.03.png" style="width: 729px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3936i9DFDD7E4FFF85DC7/image-dimensions/729x428?v=v2" width="729" height="428" role="button" title="Screenshot 2023-11-25 at 11.48.03.png" alt="Screenshot 2023-11-25 at 11.48.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;4. Connect your intent to your flow.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;5. &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Test-your-bot/ta-p/13296" target="_blank" rel="noopener"&gt;Test&lt;/A&gt; your bot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2023-11-25 at 12.12.12.png" style="width: 280px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3938iF8C7C096CD434577/image-dimensions/280x633?v=v2" width="280" height="633" role="button" title="Screenshot 2023-11-25 at 12.12.12.png" alt="Screenshot 2023-11-25 at 12.12.12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Detect-entities-in-expressions/ta-p/13559" target="_blank" rel="noopener"&gt;[New bot builder] Detect entities in expressions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Recognize-expressions-with-intents/ta-p/13237" target="_blank" rel="noopener"&gt;[New bot builder] Recognize expressions with intents&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Add-an-intent-to-your-bot/ta-p/13248" target="_blank" rel="noopener"&gt;[New bot builder] Add an intent to your bot&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;!--           notionvc: 3301e8de-0cc9-4e60-8d57-55c693e89460           --&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 02 Jan 2024 12:23:48 GMT</pubDate>
    <dc:creator>Agatha_Morisca</dc:creator>
    <dc:date>2024-01-02T12:23:48Z</dc:date>
    <item>
      <title>Contextual entities</title>
      <link>https://community.sinch.com/t5/Chatbot/Contextual-entities/ta-p/13265</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;Contextual &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Intents-expressions-and-entities/ta-p/13237" target="_blank" rel="noopener"&gt;entities&lt;/A&gt;&amp;nbsp;are used to detect entities in &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Recognize-expressions-with-intents/ta-p/13237" target="_blank" rel="noopener"&gt;user expressions&lt;/A&gt; by using the context of the sentence of that expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in the expression:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;I want to book a train from Brussels to Amsterdam.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The two city names mentioned here will be recognized as either @departure or @destination because of the context of the expression they're in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;SPAN class=""&gt;When to use contextual entities&lt;/SPAN&gt;&lt;!--          notionvc: e8da661f-4770-4b31-be93-0879ae16578b          --&gt;&lt;/H2&gt;&lt;P&gt;Imagine you're a fruit seller who sells apples, pears, bananas and pineapples. Your chatbot can help people order fruit and ask for the price. Let's look at that pricing use case for apples. Some example expressions could be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;How much does an apple cost?&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;What is the price of an apple?&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Of course, these expressions could be asked for not just apples, but also for other fruits. Does that mean you have to copy each expression and replace the fruit? No, you can just use contextual entities! Create a contextual entity called 'fruit' and add the following values to it:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;apple&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;banana&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;pear&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;pineapple&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now you can simply create an expression with the contextual entity in it:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How much does an &lt;STRONG&gt;@fruit&lt;/STRONG&gt; cost?&lt;/LI&gt;&lt;LI&gt;What is the price of the &lt;STRONG&gt;@fruit&lt;/STRONG&gt;?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now your bot will understand each expression, even if the fruit changes!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;When adding contextual entity variables, there's no need to add capitalised and non-capitalised words. All text is decapitalized by the NLP before any recognition happens, so 'api' won't be recognised differently from 'API'&lt;/EM&gt;&lt;!--          notionvc: 4b4dd361-fa07-40a3-8e1c-78959c03a9dc          --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Fuzzy matching&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;Fuzzy matching allows you to recognise a slight variation of an contextual entity value (or its synonym) as the original value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example &lt;EM&gt;Brusselt&lt;/EM&gt;&amp;nbsp;will be automatically corrected to &lt;EM&gt;Brussels&lt;/EM&gt; if fuzzy matching is enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Create a contextual entity&lt;!--           notionvc: 59b7e1d7-2875-46da-952e-db407b4de24e           --&gt;&lt;/H2&gt;&lt;P&gt;Let's see how we can use a contextual entity to determine the type of pizza that your customer is ordering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create a contextual entity:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to the &lt;STRONG&gt;Entities&lt;/STRONG&gt; page and click on &lt;STRONG&gt;Contextual Entities&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;To add new entity, click &lt;STRONG&gt;Add contextual entity&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Give a name to your entity. When naming your entity, please do not use spaces. Fill the entity values with pizza types and you can also add synonyms for each value so the bot can understand if your customers say it in a different way.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.38.04.png" style="width: 722px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3933i850B6AC38D284D77/image-dimensions/722x390?v=v2" width="722" height="390" role="button" title="Screenshot 2023-11-25 at 11.38.04.png" alt="Screenshot 2023-11-25 at 11.38.04.png" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;4. Click &lt;STRONG&gt;&lt;SPAN class=""&gt;Create entity&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;!--           notionvc: 47719e80-b3c0-4aae-9fb0-dd92791ba0b5           --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Add contextuel entities to intents&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;To add contextual entities in &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Recognize-expressions-with-intents/ta-p/13237" target="_blank" rel="noopener"&gt;intents training expressions&lt;/A&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Add-an-intent-to-your-bot/ta-p/13248" target="_blank" rel="noopener"&gt;Add a new intent&lt;/A&gt; to your bot. For this example, call it ‘Order pizza’.&lt;/LI&gt;&lt;LI&gt;For this example let's assume that you already created a @pizza_type contextual entity.&amp;nbsp;Add expressions with this entity you just created by typing '@' and a dropdown will appear, where you can find your created entity '@pizza_type'.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.45.05.png" style="width: 725px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3934i8A39AE1FCE214C86/image-dimensions/725x424?v=v2" width="725" height="424" role="button" title="Screenshot 2023-11-25 at 11.45.05.png" alt="Screenshot 2023-11-25 at 11.45.05.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;!--            notionvc: 7685dd8a-0d75-4b0f-817a-56cc9cdb194a            --&gt;&lt;/P&gt;&lt;P&gt;&lt;!--            notionvc: 6ca6420b-42b8-4905-9b91-efa0c9c2cf29            --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;3.&amp;nbsp;To improve the bot's understanding of the "order pizza" intent, you need to add or generate additional expressions using the @pizza entity. The more expressions you add, the better the bot will perform.&lt;!--            notionvc: 951202f4-9f91-4daa-8771-f5201f2bdf18            --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.46.46.png" style="width: 731px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3935i7C7725102E701BD9/image-dimensions/731x394?v=v2" width="731" height="394" role="button" title="Screenshot 2023-11-25 at 11.46.46.png" alt="Screenshot 2023-11-25 at 11.46.46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;4. After adding enough expressions, do not forget to &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-bot/ta-p/13516" target="_blank" rel="noopener"&gt;train your bot&lt;/A&gt; so it can learn the latest changes that you have just made.&lt;!--            notionvc: 3b7e2c2d-91c0-4090-9540-bbdfae2ae075            --&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-11-25 at 11.48.03.png" style="width: 729px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3936i9DFDD7E4FFF85DC7/image-dimensions/729x428?v=v2" width="729" height="428" role="button" title="Screenshot 2023-11-25 at 11.48.03.png" alt="Screenshot 2023-11-25 at 11.48.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;4. Connect your intent to your flow.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;5. &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Test-your-bot/ta-p/13296" target="_blank" rel="noopener"&gt;Test&lt;/A&gt; your bot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2023-11-25 at 12.12.12.png" style="width: 280px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3938iF8C7C096CD434577/image-dimensions/280x633?v=v2" width="280" height="633" role="button" title="Screenshot 2023-11-25 at 12.12.12.png" alt="Screenshot 2023-11-25 at 12.12.12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Detect-entities-in-expressions/ta-p/13559" target="_blank" rel="noopener"&gt;[New bot builder] Detect entities in expressions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Recognize-expressions-with-intents/ta-p/13237" target="_blank" rel="noopener"&gt;[New bot builder] Recognize expressions with intents&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Add-an-intent-to-your-bot/ta-p/13248" target="_blank" rel="noopener"&gt;[New bot builder] Add an intent to your bot&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;!--           notionvc: 3301e8de-0cc9-4e60-8d57-55c693e89460           --&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Jan 2024 12:23:48 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Chatbot/Contextual-entities/ta-p/13265</guid>
      <dc:creator>Agatha_Morisca</dc:creator>
      <dc:date>2024-01-02T12:23:48Z</dc:date>
    </item>
  </channel>
</rss>

