<?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 Recognize expressions with intents in Chatbot</title>
    <link>https://community.sinch.com/t5/Chatbot/Recognize-expressions-with-intents/ta-p/13237</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;An &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;&lt;STRONG&gt;&lt;SPAN class=""&gt;intent&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt; is the overall goal or purpose of the user's expression. For example, if someone says "I want to order a pizza", the intent might be "Order pizza". Intents help the bot know what kind of conversation flow to trigger, like asking for menu preferences or payment details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Expressions&lt;/STRONG&gt; are example sentences or words that mean a specific &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;intent&lt;/A&gt;: they're all the different ways a user can express their intention. It's crucial for an intent to contain diverse expressions so that the NLP can give more accurate results after &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;training&lt;/A&gt;. You can set up your bot so that it detects&amp;nbsp;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Use-entities-in-expressions/ta-p/13559" target="_blank" rel="noopener"&gt;entities&lt;/A&gt; inside of expressions.&lt;/SPAN&gt;&lt;!--            notionvc: fc4b9f69-b3a9-4e6d-bec5-7f81b1bb15e2            --&gt;&lt;!--            notionvc: 585b1798-9122-44be-8c3a-9c82073c37fb            --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="intent vs entity.png" style="width: 714px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3920i8F9162BF48EE8E40/image-dimensions/714x350?v=v2" width="714" height="350" role="button" title="intent vs entity.png" alt="intent vs entity.png" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;As shown in the example below, the bot has already been &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;trained&lt;/A&gt; with the intent to "order pizza". As you can see, the intent "Order pizza" has different expressions that convey the same goal, which is to order pizza. The entity mentioned in the example above is "pizza type".&lt;!--            notionvc: 6f8eef16-340f-4d90-9934-e3ef6c3b3e4c            --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Intent vs Expression.png" style="width: 716px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3921iE15A11E983873527/image-dimensions/716x403?v=v2" width="716" height="403" role="button" title="Intent vs Expression.png" alt="Intent vs Expression.png" /&gt;&lt;/span&gt;&lt;P&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;Intents&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Detect-entities-in-expressions/ta-p/13559" target="_blank" rel="noopener"&gt;entities&lt;/A&gt; are important for building an &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;AI bot&lt;/A&gt;. By using intents and entities together, the bot can provide a more personnalized and interactive experience.&lt;!--            notionvc: 7d6ccb76-a171-4a47-9042-7ab9ddc6e60b            --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&amp;nbsp;&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&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;[New bot builder] Train your AI bot&lt;/A&gt;&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;/DIV&gt;</description>
    <pubDate>Tue, 02 Jan 2024 12:24:27 GMT</pubDate>
    <dc:creator>Agatha_Morisca</dc:creator>
    <dc:date>2024-01-02T12:24:27Z</dc:date>
    <item>
      <title>Recognize expressions with intents</title>
      <link>https://community.sinch.com/t5/Chatbot/Recognize-expressions-with-intents/ta-p/13237</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;An &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;&lt;STRONG&gt;&lt;SPAN class=""&gt;intent&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt; is the overall goal or purpose of the user's expression. For example, if someone says "I want to order a pizza", the intent might be "Order pizza". Intents help the bot know what kind of conversation flow to trigger, like asking for menu preferences or payment details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Expressions&lt;/STRONG&gt; are example sentences or words that mean a specific &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;intent&lt;/A&gt;: they're all the different ways a user can express their intention. It's crucial for an intent to contain diverse expressions so that the NLP can give more accurate results after &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;training&lt;/A&gt;. You can set up your bot so that it detects&amp;nbsp;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Use-entities-in-expressions/ta-p/13559" target="_blank" rel="noopener"&gt;entities&lt;/A&gt; inside of expressions.&lt;/SPAN&gt;&lt;!--            notionvc: fc4b9f69-b3a9-4e6d-bec5-7f81b1bb15e2            --&gt;&lt;!--            notionvc: 585b1798-9122-44be-8c3a-9c82073c37fb            --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="intent vs entity.png" style="width: 714px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3920i8F9162BF48EE8E40/image-dimensions/714x350?v=v2" width="714" height="350" role="button" title="intent vs entity.png" alt="intent vs entity.png" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;As shown in the example below, the bot has already been &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;trained&lt;/A&gt; with the intent to "order pizza". As you can see, the intent "Order pizza" has different expressions that convey the same goal, which is to order pizza. The entity mentioned in the example above is "pizza type".&lt;!--            notionvc: 6f8eef16-340f-4d90-9934-e3ef6c3b3e4c            --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Intent vs Expression.png" style="width: 716px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3921iE15A11E983873527/image-dimensions/716x403?v=v2" width="716" height="403" role="button" title="Intent vs Expression.png" alt="Intent vs Expression.png" /&gt;&lt;/span&gt;&lt;P&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;Intents&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Detect-entities-in-expressions/ta-p/13559" target="_blank" rel="noopener"&gt;entities&lt;/A&gt; are important for building an &lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;AI bot&lt;/A&gt;. By using intents and entities together, the bot can provide a more personnalized and interactive experience.&lt;!--            notionvc: 7d6ccb76-a171-4a47-9042-7ab9ddc6e60b            --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See also:&amp;nbsp;&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&gt;&lt;A href="https://community.sinch.com/t5/Chatbot/New-bot-builder-Train-your-AI-bot/ta-p/13516" target="_blank" rel="noopener"&gt;[New bot builder] Train your AI bot&lt;/A&gt;&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;/DIV&gt;</description>
      <pubDate>Tue, 02 Jan 2024 12:24:27 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Chatbot/Recognize-expressions-with-intents/ta-p/13237</guid>
      <dc:creator>Agatha_Morisca</dc:creator>
      <dc:date>2024-01-02T12:24:27Z</dc:date>
    </item>
  </channel>
</rss>

