AiutaTryOnFeedbackFeature
class AiutaTryOnFeedbackFeature(val otherFeedback: AiutaTryOnFeedbackOtherFeature?, val icons: AiutaTryOnFeedbackFeatureIcons, val strings: AiutaTryOnFeedbackFeatureStrings) : AiutaFeature
Configuration for the feedback collection in the try-on feature.
This feature manages the collection of user feedback about the try-on experience, including general feedback and specific feedback about try-on results.
Required components:
Optional components:
otherFeedback: Additional feedback collection options
Constructors
Link copied to clipboard
constructor(otherFeedback: AiutaTryOnFeedbackOtherFeature?, icons: AiutaTryOnFeedbackFeatureIcons, strings: AiutaTryOnFeedbackFeatureStrings)
Types
Link copied to clipboard
Builder for creating AiutaTryOnFeedbackFeature instances.