Feedback

type to search

Access Conversation Log Data

Asked by

I think I wasn't clear in my original question.  On Pandorabots, when looking at the list of bots, for each bot you can click a link called "logs" to see the conversation logs by CustomerID.  When you click on a particular CustomerID's link, you see the conversation flow (including "that" and "topic" and variable values) along with a 'Train" button.

I'm interested in a way to retrieve the XML for the conversation logs independent of this particular web page.  I'm asking if there's an API call that can be made to retrieve read/unread/all conversation logs for each CustomerID listed on that page (either individually or in bulk for the account id) so that I can store them off locally after the system purges the old logs.

or Cancel

1 answer

0

thunder5walk [ Editor ]

We understand what you're saying, it's just not very easy... and it may depend on what you want to use it for after you save it.

 

You're not going to like my answer either, but it's about the same. The only way I know of to save a conversation is to rest the cursor over the number of replies for that exchange and to right click then selecting SAVE TARGET AS... however you're going to save it in HyperText, which I understand is not what you want.

 

From there you might be able to convert the HTML to XML.

 

Try this:

http://www.xmlwrench.com/manual/convert.html

 

The method I use is what Square Bear already suggested, to drag and drop it to a text file.

or Cancel

Your answer

You need to join Pandorabots General Q&A to complete this action, click here to do so.