Table of Contents

Class ResponseCodeInterpreterCallEvent

public class ResponseCodeInterpreterCallEvent : ResponseStreamEvent<ItemStatus>
Inheritance
object
ResponseCodeInterpreterCallEvent
Inherited Members

Properties

ItemId

The ID of the output item that the code interpreter call is associated with.

public string ItemId { get; set; }

Property Value

string

OutputIndex

The index of the output item.

public int OutputIndex { get; set; }

Property Value

int