Dialogues

This is the model behind the Dialogues reporting, as for example used at the insights. The dialogueService can be used to access the data. It groups multiple items of type blueconic.api.data.domain.reporting.Dialogue.

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

Properties

The dialogues.

The cumulated values.