OBJECT

SOUNDMESSAGECONSUMERCONFIG

link GraphQL Schema definition

  • type SOUNDMESSAGECONSUMERCONFIG implements MESSAGECONSUMERCONFIG {
  • # The number of repetitions this sound file should be repeated. Can only be
  • # applied if repeating is set to 'false'.
  • repetitions: Long
  • messageConsumerType: MessageConsumerType
  • id: Long
  • # Whether the sound file should be repeated as long as the filter conidition is
  • # fulfilled.
  • repeating: Boolean
  • filter: SCRIPT
  • version: Long
  • }