Table of Contents

Class ResponseStreamEventBase

public abstract class ResponseStreamEventBase : ResponseStreamEvent<DeltaStatus>
Inheritance
object
ResponseStreamEventBase
Derived
Inherited Members

Properties

Delta

The text delta.

public string Delta { get; set; }

Property Value

string

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