Class EvaluationMetadata

    • Method Detail

      • contactId

        public final String contactId()

        The identifier of the contact in this instance of Amazon Connect.

        Returns:
        The identifier of the contact in this instance of Amazon Connect.
      • evaluatorArn

        public final String evaluatorArn()

        The Amazon Resource Name (ARN) of the user who last updated the evaluation.

        Returns:
        The Amazon Resource Name (ARN) of the user who last updated the evaluation.
      • contactAgentId

        public final String contactAgentId()

        The identifier of the agent who performed the contact.

        Returns:
        The identifier of the agent who performed the contact.
      • score

        public final EvaluationScore score()

        The overall score of the contact evaluation.

        Returns:
        The overall score of the contact evaluation.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)