ChannelConfigurationUrl

Domain class for ChannelConfiguration. It is used to configure URL's for a channel for which for example a dialogue is shown or not shown.

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

Properties

id string

The id. For use in Dojo memory store.

isInclude boolean

Is it an include or exclude url?

previewUrl string

The preview URL. The URL on which to open the interaction editor.

url string

The url.