Dialogue

This is the model behind the Dialogue, the online conversation of a visitor to a Channel. Use a dialogueStore to access Dialogues.

Refer to the user documentation for more information on Dialogues.

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

Extends

Properties

inherited id String

Unique id of the domain object. Should not be null or empty.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.