ProductGenerationUrlContainer

class ProductGenerationUrlContainer(val fileId: String, val fileUrl: String, val fileType: AiutaFileType, val productIds: List<String>, val meta: ProductGenerationMeta? = null) : ProductGenerationContainer

Container for starting product generation flow with already uploaded image on Aiuta backend

See also

Constructors

Link copied to clipboard
constructor(fileId: String, fileUrl: String, fileType: AiutaFileType, productIds: List<String>, meta: ProductGenerationMeta? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val meta: ProductGenerationMeta?

Optional meta information about the generation flow, used for enriching analytics events emitted from the core (e.g. with the active try-on mode).

Link copied to clipboard
open override val productIds: List<String>