DialogueHistoryData

This is the model behind the historical dialogue reporting, as for example used at the insights. The dialogueService can be used to access the data.

Example
define([
  "blueconic/api/data/domain/reporting/DialogueHistoryData"
], function(DialogueHistoryData) {
  var dialogueHistoryData = new DialogueHistoryData();
  // ...
});

Extends

Properties

inherited date date

The date of the data.

The data of the dialogue.