Class ResponseContentPartEvent
public class ResponseContentPartEvent : ResponseStreamEvent<OutputStatus>
- Inheritance
-
objectResponseContentPartEvent
- Inherited Members
Properties
ContentIndex
The index of the content part that was added.
public int ContentIndex { get; set; }
Property Value
- int
ItemId
The ID of the output item that the content part was added to.
public string ItemId { get; set; }
Property Value
- string
OutputIndex
The index of the output item.
public int OutputIndex { get; set; }
Property Value
- int
Part
The content part.
public ResponseContentPart Part { get; set; }