Class CallSurveyResult


  • public final class CallSurveyResult
    extends Object
    Submit Survey Result
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()
      Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
      String getAnonymizedParticipantId()
      An anonymized guid (for privacy reasons) that represents the participant submitting the survey This is not an End User Identifiable Information since this id is different for every survey/call.
      String getCallId()
      Uniquely identify the call being served
      String getSurveyId()
      Uniquely identify the call survey
      • Methods inherited from class Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getSurveyId

        public String getSurveyId()
        Uniquely identify the call survey
      • getCallId

        public String getCallId()
        Uniquely identify the call being served
      • getAnonymizedParticipantId

        public String getAnonymizedParticipantId()
        An anonymized guid (for privacy reasons) that represents the participant submitting the survey This is not an End User Identifiable Information since this id is different for every survey/call.