Class Question


  • public class Question
    extends Object
    One question the Agent needs you to answer
    • Constructor Detail

      • Question

        public Question()
    • Method Detail

      • getQuestion

        public String getQuestion()
        Returns the question text.
        Returns:
        question text
      • getOptions

        public QuestionOption[] getOptions()
        Returns the options; empty means free-form answer.
        Returns:
        options
      • isMultiSelect

        public boolean isMultiSelect()
        Returns whether multiple options may be selected.
        Returns:
        true if multiple options may be selected