Interface PutRecommendationFeedbackRequest.Builder

    • Method Detail

      • recommendationId

        PutRecommendationFeedbackRequest.Builder recommendationId​(String recommendationId)

        The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

        Parameters:
        recommendationId - The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactionsWithStrings

        PutRecommendationFeedbackRequest.Builder reactionsWithStrings​(Collection<String> reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactionsWithStrings

        PutRecommendationFeedbackRequest.Builder reactionsWithStrings​(String... reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactions

        PutRecommendationFeedbackRequest.Builder reactions​(Collection<Reaction> reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reactions

        PutRecommendationFeedbackRequest.Builder reactions​(Reaction... reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.