Class
ThreadListResult
Represents a list of chat threads.
Inheritance
- Object
- ThreadListResult
Constructors
public ThreadListResult(IReadOnlyList<ThreadInfo> data, String nextCursor, JsonObject raw, JsonObject additional) #Initializes a new thread list result.
Parameters
- data System.Collections.Generic.IReadOnlyList{IntelligenceX.OpenAI.AppServer.Models.ThreadInfo}
- nextCursor System.String
- raw IntelligenceX.Json.JsonObject
- additional IntelligenceX.Json.JsonObject
Methods
public static ThreadListResult FromJson(JsonObject obj) #Returns:
ThreadListResultParses a thread list from JSON.
Parameters
- obj IntelligenceX.Json.JsonObject
- Source JSON object.
Returns
The parsed thread list result.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object