RecommendationFeedbackSummary

public struct RecommendationFeedbackSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List for storing reactions. Reactions are utf-8 text code for emojis.

    Declaration

    Swift

    public let reactions: [Reaction]?
  • The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.

    Declaration

    Swift

    public let recommendationId: String?
  • The ID of the user that gave the feedback. The UserId is an IAM principal that can be specified as an AWS account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.

    Declaration

    Swift

    public let userId: String?
  • Undocumented

    Declaration

    Swift

    public init(reactions: [Reaction]? = nil, recommendationId: String? = nil, userId: String? = nil)