AiutaGeneratedImage

class AiutaGeneratedImage(val id: String, val url: String, val type: AiutaOwnerType, val productIds: List<String>)

Represents an generated image in the SDK.

This class encapsulates information about an image that has been generated by the AI system, including its identifier, URL, ownership type, and associated product identifiers.

See also

Constructors

Link copied to clipboard
constructor(id: String, url: String, type: AiutaOwnerType, productIds: List<String>)

Properties

Link copied to clipboard
val id: String

Unique identifier for the generated image

Link copied to clipboard

List of product identifiers associated with this generated image

Link copied to clipboard

Ownership type of the image (user or Aiuta)

Link copied to clipboard
val url: String

URL where the generated image can be accessed