<?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 [Neuer Bot Builder] Systementities in Chatbot</title>
    <link>https://community.sinch.com/t5/Chatbot/Neuer-Bot-Builder-Systementities/ta-p/13478</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Systementities sind &lt;A href="https://community.sinch.com/t5/Chatbot/Neuer-Bot-Builder-Erkennen-von-Ausdr%C3%BCcken-in-Entities/ta-p/13462" target="_self"&gt;Entities&lt;/A&gt;, die automatisch aus den Nachrichten des Benutzers extrahiert werden können. Du kannst diese verwenden, um deine Konversationen und Datenintegrationen zu bereichern, ohne dass Du selbst benutzerdefinierte Entities konfigurieren musst.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Du solltest Systementities niemals selbst überschreiben - sie werden automatisch mit dem zuletzt erkannten Wert überschrieben (falls überhaupt Werte erkannt werden). Kopiere stattdessen die Systementitiesvariable in eine Variable deiner Wahl außerhalb des &lt;STRONG&gt;sys&lt;/STRONG&gt;- oder &lt;STRONG&gt;internen&lt;/STRONG&gt; Namensraums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Unterstützte Systementities&lt;/H3&gt;
&lt;P&gt;Der Engage Bot Builder unterstützt die folgenden Systementitiestypen:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="712px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;&lt;STRONG&gt;Variable name&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;&lt;STRONG&gt;Example input by user&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;&lt;STRONG&gt;Example result in session&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.email&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"&lt;A href="mailto:ilovebots@chatlayer.ai" target="_blank" rel="noopener nofollow noreferrer"&gt;ilovebots@chatlayer.ai&lt;/A&gt;"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {email: 'ilovebots@chatlayer.ai'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.phone_number&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"+32 487 23 02 03"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {phone_number: '(+32) 487230203'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.ordinal&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"5th"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {ordinal: '5'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.amount_of_money&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"5 euro"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {amount_of money: '5', amount_of_money_currency: 'EUR'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.distance&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"5 kilometers"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {distance: '5', distance_unit: 'kilometre'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.number&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"eighty eight"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {number: '88'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.quantity&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"3 liters"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {quantity: '3', quantity_unit: 'litre'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.temperature&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"80C"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {temperature '80', temperature_unit: 'celsius'&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="85px"&gt;sys.time&lt;/TD&gt;
&lt;TD width="241.435px" height="85px"&gt;"3 pm tomorrow"&lt;/TD&gt;
&lt;TD width="298.004px" height="85px"&gt;sys: {time: '2020-12-25T15:00:00.000+00:00', time_grain: 'hour'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.url&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"&lt;A href="https://www.chatlayer.ai/jobs" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.chatlayer.ai/jobs&lt;/A&gt;"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {url: '&lt;A href="http://www.chatlayer.ai/jobs" target="_blank" rel="noopener nofollow noreferrer"&gt;www.chatlayer.ai/jobs&lt;/A&gt;', url_domain: '&lt;A href="http://chatlayer.ai/" target="_blank" rel="noopener nofollow noreferrer"&gt;chatlayer.ai&lt;/A&gt;'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="85px"&gt;sys.duration&lt;/TD&gt;
&lt;TD width="241.435px" height="85px"&gt;"3 hours"&lt;/TD&gt;
&lt;TD width="298.004px" height="85px"&gt;sys: {duration: '3', duration_unit: 'hour', duration_normalized: '10800', duration_normalized_unit: 'second'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.email&lt;/P&gt;
&lt;P&gt;@sys.email prüft, ob die Benutzereingabe das Format einer E-Mail-Adresse hat. Handelt es sich bei der Eingabe nicht um eine E-Mail-Adresse, zeigt der Bot die Meldung 'When user response does not match' am Ende der Eingabevalidierung an. Handelt es sich bei der Antwort um eine gültige E-Mail-Adresse, wird diese im Debugger korrekt unter dem angegebenen Variablennamen gespeichert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.phone_number&lt;/P&gt;
&lt;P&gt;@sys.phone_number' akzeptiert Nummern, die mehr als 6 und weniger als 17 Ziffern enthalten.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.number&lt;/P&gt;
&lt;P&gt;Jede Zahl im Bot wird sofort als "@sys.number" erkannt. Da Du jedoch bei verschiedenen Eingabeüberprüfungen nach mehreren Zahlen fragen kannst, ist es wichtig, ihnen einen eindeutigen Namen zu geben. Wenn Du also "@sys.number" in "Prüfen, ob Antwort übereinstimmt" auswählst, erhältst Du die Möglichkeit, dieser Variablen einen eindeutigen Namen zu geben.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.url&lt;/P&gt;
&lt;P&gt;@sys.url' prüft, ob die angegebene Eingabe eine URL ist. Akzeptierte Formate können mit www (&lt;A href="http://www.engage.sinch.com" target="_blank"&gt;www.engage.sinch.com&lt;/A&gt;) oder ohne (engage.sinch.com) sein. Nur die Domäne 'sinch engage' wird nicht akzeptiert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Siehe auch:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.sinch.com/t5/Chatbot/Neuer-Bot-Builder-Erkennen-von-Ausdr%C3%BCcken-in-Entities/ta-p/13462" target="_blank"&gt;[Neuer Bot Builder] Erkennen von Ausdrücken in Entities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="[Neuer Botbuilder] Füge ein Intent zu deinem Bot hinzu" href="https://community.sinch.com/t5/Chatbot/Neuer-Botbuilder-F%C3%BCge-ein-Intent-zu-deinem-Bot-hinzu/ta-p/13461" target="_blank"&gt;[Neuer Botbuilder] Füge ein Intent zu deinem Bot hinzu&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="[Neuer Botbuilder] Erkennen von Ausdrücken mit Intents" href="https://community.sinch.com/t5/Chatbot/Neuer-Botbuilder-Erkennen-von-Ausdr%C3%BCcken-mit-Intents/ta-p/13451" target="_blank"&gt;[Neuer Botbuilder] Erkennen von Ausdrücken mit Intents&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Dec 2023 07:42:48 GMT</pubDate>
    <dc:creator>Franzi_Hilgarth</dc:creator>
    <dc:date>2023-12-12T07:42:48Z</dc:date>
    <item>
      <title>[Neuer Bot Builder] Systementities</title>
      <link>https://community.sinch.com/t5/Chatbot/Neuer-Bot-Builder-Systementities/ta-p/13478</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;Systementities sind &lt;A href="https://community.sinch.com/t5/Chatbot/Neuer-Bot-Builder-Erkennen-von-Ausdr%C3%BCcken-in-Entities/ta-p/13462" target="_self"&gt;Entities&lt;/A&gt;, die automatisch aus den Nachrichten des Benutzers extrahiert werden können. Du kannst diese verwenden, um deine Konversationen und Datenintegrationen zu bereichern, ohne dass Du selbst benutzerdefinierte Entities konfigurieren musst.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Du solltest Systementities niemals selbst überschreiben - sie werden automatisch mit dem zuletzt erkannten Wert überschrieben (falls überhaupt Werte erkannt werden). Kopiere stattdessen die Systementitiesvariable in eine Variable deiner Wahl außerhalb des &lt;STRONG&gt;sys&lt;/STRONG&gt;- oder &lt;STRONG&gt;internen&lt;/STRONG&gt; Namensraums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Unterstützte Systementities&lt;/H3&gt;
&lt;P&gt;Der Engage Bot Builder unterstützt die folgenden Systementitiestypen:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="712px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;&lt;STRONG&gt;Variable name&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;&lt;STRONG&gt;Example input by user&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;&lt;STRONG&gt;Example result in session&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.email&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"&lt;A href="mailto:ilovebots@chatlayer.ai" target="_blank" rel="noopener nofollow noreferrer"&gt;ilovebots@chatlayer.ai&lt;/A&gt;"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {email: 'ilovebots@chatlayer.ai'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.phone_number&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"+32 487 23 02 03"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {phone_number: '(+32) 487230203'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.ordinal&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"5th"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {ordinal: '5'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.amount_of_money&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"5 euro"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {amount_of money: '5', amount_of_money_currency: 'EUR'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.distance&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"5 kilometers"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {distance: '5', distance_unit: 'kilometre'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.number&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"eighty eight"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {number: '88'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="30px"&gt;sys.quantity&lt;/TD&gt;
&lt;TD width="241.435px" height="30px"&gt;"3 liters"&lt;/TD&gt;
&lt;TD width="298.004px" height="30px"&gt;sys: {quantity: '3', quantity_unit: 'litre'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.temperature&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"80C"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {temperature '80', temperature_unit: 'celsius'&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="85px"&gt;sys.time&lt;/TD&gt;
&lt;TD width="241.435px" height="85px"&gt;"3 pm tomorrow"&lt;/TD&gt;
&lt;TD width="298.004px" height="85px"&gt;sys: {time: '2020-12-25T15:00:00.000+00:00', time_grain: 'hour'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="57px"&gt;sys.url&lt;/TD&gt;
&lt;TD width="241.435px" height="57px"&gt;"&lt;A href="https://www.chatlayer.ai/jobs" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.chatlayer.ai/jobs&lt;/A&gt;"&lt;/TD&gt;
&lt;TD width="298.004px" height="57px"&gt;sys: {url: '&lt;A href="http://www.chatlayer.ai/jobs" target="_blank" rel="noopener nofollow noreferrer"&gt;www.chatlayer.ai/jobs&lt;/A&gt;', url_domain: '&lt;A href="http://chatlayer.ai/" target="_blank" rel="noopener nofollow noreferrer"&gt;chatlayer.ai&lt;/A&gt;'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="171.648px" height="85px"&gt;sys.duration&lt;/TD&gt;
&lt;TD width="241.435px" height="85px"&gt;"3 hours"&lt;/TD&gt;
&lt;TD width="298.004px" height="85px"&gt;sys: {duration: '3', duration_unit: 'hour', duration_normalized: '10800', duration_normalized_unit: 'second'}&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.email&lt;/P&gt;
&lt;P&gt;@sys.email prüft, ob die Benutzereingabe das Format einer E-Mail-Adresse hat. Handelt es sich bei der Eingabe nicht um eine E-Mail-Adresse, zeigt der Bot die Meldung 'When user response does not match' am Ende der Eingabevalidierung an. Handelt es sich bei der Antwort um eine gültige E-Mail-Adresse, wird diese im Debugger korrekt unter dem angegebenen Variablennamen gespeichert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.phone_number&lt;/P&gt;
&lt;P&gt;@sys.phone_number' akzeptiert Nummern, die mehr als 6 und weniger als 17 Ziffern enthalten.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.number&lt;/P&gt;
&lt;P&gt;Jede Zahl im Bot wird sofort als "@sys.number" erkannt. Da Du jedoch bei verschiedenen Eingabeüberprüfungen nach mehreren Zahlen fragen kannst, ist es wichtig, ihnen einen eindeutigen Namen zu geben. Wenn Du also "@sys.number" in "Prüfen, ob Antwort übereinstimmt" auswählst, erhältst Du die Möglichkeit, dieser Variablen einen eindeutigen Namen zu geben.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@sys.url&lt;/P&gt;
&lt;P&gt;@sys.url' prüft, ob die angegebene Eingabe eine URL ist. Akzeptierte Formate können mit www (&lt;A href="http://www.engage.sinch.com" target="_blank"&gt;www.engage.sinch.com&lt;/A&gt;) oder ohne (engage.sinch.com) sein. Nur die Domäne 'sinch engage' wird nicht akzeptiert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Siehe auch:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A id="link_6" class="page-link lia-link-navigation lia-custom-event" href="https://community.sinch.com/t5/Chatbot/Neuer-Bot-Builder-Erkennen-von-Ausdr%C3%BCcken-in-Entities/ta-p/13462" target="_blank"&gt;[Neuer Bot Builder] Erkennen von Ausdrücken in Entities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="[Neuer Botbuilder] Füge ein Intent zu deinem Bot hinzu" href="https://community.sinch.com/t5/Chatbot/Neuer-Botbuilder-F%C3%BCge-ein-Intent-zu-deinem-Bot-hinzu/ta-p/13461" target="_blank"&gt;[Neuer Botbuilder] Füge ein Intent zu deinem Bot hinzu&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A title="[Neuer Botbuilder] Erkennen von Ausdrücken mit Intents" href="https://community.sinch.com/t5/Chatbot/Neuer-Botbuilder-Erkennen-von-Ausdr%C3%BCcken-mit-Intents/ta-p/13451" target="_blank"&gt;[Neuer Botbuilder] Erkennen von Ausdrücken mit Intents&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Dec 2023 07:42:48 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Chatbot/Neuer-Bot-Builder-Systementities/ta-p/13478</guid>
      <dc:creator>Franzi_Hilgarth</dc:creator>
      <dc:date>2023-12-12T07:42:48Z</dc:date>
    </item>
  </channel>
</rss>

