Content Part Added Event
class ContentPartAddedEvent(val sequenceNumber: Int, val itemId: String, val outputIndex: Int, val contentIndex: Int, val part: ResponseContentPart) : ContentPartEvent
A new content part has started inside an output item.
Constructors
Link copied to clipboard
constructor(sequenceNumber: Int, itemId: String, outputIndex: Int, contentIndex: Int, part: ResponseContentPart)
Properties
Link copied to clipboard
Position of the part within the item's content.
Link copied to clipboard
Position of that item in the output list.
Link copied to clipboard
The part itself — empty when it opens, complete when it closes.
Link copied to clipboard
Position of the event in the stream; increases monotonically.