Class OutputItemDeltaEventBase
Inheritance
OutputItemDeltaEventBase
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public abstract class OutputItemDeltaEventBase : OutputItemEventBase, ISequencableEvent, IEvent
Properties
| Edit this page View SourceItemId
The ID of the output item that the content part was added to.
Declaration
[JsonProperty("item_id")]
public string ItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceBuildSequenceKey()
Returns the logical ordering key for this event. If null/empty -> sequencer should treat it as "no sequencing key".
Declaration
protected override string BuildSequenceKey()
Returns
| Type | Description |
|---|---|
| string |