Package 

Enum TockUserRole

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      nlpUser

      A nlp user is allowed to qualify and search sentences, but not to update applications or builds.

      faqNlpUser

      A faq nlp user is allowed to qualify and search sentences, and train the FAQ, but not to update applications or builds.

      faqBotUser

      A faq bot user is allowed to qualify and search sentences, and train the FAQ, but not to update applications or builds.

      botUser

      A bot user is allowed to modify answer & i18n, and to consult dialogs and conversations.

      admin

      An admin is allowed to update applications and builds, and to export/intent sentences dump.

      technicalAdmin

      A technical admin has access to all encrypted sentence, and to export/intent application dumps.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail