Class PutFeedbackRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the application associated with the feedback.

        Returns:
        The identifier of the application associated with the feedback.
      • conversationId

        public final String conversationId()

        The identifier of the conversation the feedback is attached to.

        Returns:
        The identifier of the conversation the feedback is attached to.
      • messageCopiedAt

        public final Instant messageCopiedAt()

        The timestamp for when the feedback was recorded.

        Returns:
        The timestamp for when the feedback was recorded.
      • messageId

        public final String messageId()

        The identifier of the chat message that the feedback was given for.

        Returns:
        The identifier of the chat message that the feedback was given for.
      • messageUsefulness

        public final MessageUsefulnessFeedback messageUsefulness()

        The feedback usefulness value given by the user to the chat message.

        Returns:
        The feedback usefulness value given by the user to the chat message.
      • userId

        public final String userId()

        The identifier of the user giving the feedback.

        Returns:
        The identifier of the user giving the feedback.
      • 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