Interface EvaluationNote.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EvaluationNote.Builder,EvaluationNote>, SdkBuilder<EvaluationNote.Builder,EvaluationNote>, SdkPojo
Enclosing class:
EvaluationNote

public static interface EvaluationNote.Builder extends SdkPojo, CopyableBuilder<EvaluationNote.Builder,EvaluationNote>
  • Method Details

    • value

      The note for an item (section or question) in a contact evaluation.

      Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.

      Parameters:
      value - The note for an item (section or question) in a contact evaluation.

      Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.

      Returns:
      Returns a reference to this object so that method calls can be chained together.