<?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>post SN-Conversation Service Whitepaper V.pdf in ITSM articles</title>
    <link>https://www.servicenow.com/community/itsm-articles/sn-conversation-service-whitepaper-v-pdf/ta-p/2314148</link>
    <description />
    <pubDate>Tue, 22 Aug 2017 18:03:40 GMT</pubDate>
    <dc:creator>chadcorriveau</dc:creator>
    <dc:date>2017-08-22T18:03:40Z</dc:date>
    <item>
      <title>SN-Conversation Service Whitepaper V.pdf</title>
      <link>https://www.servicenow.com/community/itsm-articles/sn-conversation-service-whitepaper-v-pdf/ta-p/2314148</link>
      <description />
      <pubDate>Tue, 22 Aug 2017 18:03:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-articles/sn-conversation-service-whitepaper-v-pdf/ta-p/2314148</guid>
      <dc:creator>chadcorriveau</dc:creator>
      <dc:date>2017-08-22T18:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: SN-Conversation Service Whitepaper V.pdf</title>
      <link>https://www.servicenow.com/community/itsm-articles/sn-conversation-service-whitepaper-v-pdf/tac-p/2314149#M1540</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am using the fillowing script to save the info received from the bot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;sendMessage: function(groupId, message, text, httpStatus, responseObj, msgSource, parameters) {

        

        var botId = "c348562a0fd557c0d15605cce1050e92";

        var msg = new GlideRecord('live_message');

        msg.initialize();

        msg.message = message.toString();

        msg.group = groupId;

        msg.chat_message = true;

        msg.has_links = true;

        msg.profile = botId;

        msg.reflected_field = "comments";

        msg.insert();

        //new SNC.LiveFeedApi().addMessage(message, groupId, "" ,false , botId);

        new global.GlideLiveMessageBroadcasterWrapper().broadcastFromRecord(msg);

        

    },&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that the Bot Conversation is not being saved on the table:&lt;/P&gt;
&lt;P&gt;https://instancename.service-now.com/chat_queue_entry_list.do&lt;/P&gt;
&lt;P&gt;Just the end user conversation is saved. Do you know why?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 19:40:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-articles/sn-conversation-service-whitepaper-v-pdf/tac-p/2314149#M1540</guid>
      <dc:creator>david_hreben</dc:creator>
      <dc:date>2018-04-23T19:40:47Z</dc:date>
    </item>
  </channel>
</rss>

