IntelligenceX
Class

ThreadIdListResult

Namespace IntelligenceX.OpenAI.AppServer.Models
Assembly IntelligenceX
Modifiers sealed

Represents a list of thread ids.

Inheritance

  • Object
  • ThreadIdListResult

Constructors

public ThreadIdListResult(IReadOnlyList<String> data, JsonObject raw, JsonObject additional) #

Initializes a new thread id list result.

Parameters

data System.Collections.Generic.IReadOnlyList{System.String}
raw IntelligenceX.Json.JsonObject
additional IntelligenceX.Json.JsonObject

Methods

public static ThreadIdListResult FromJson(JsonObject obj) #
Returns: ThreadIdListResult

Parses a thread id list from JSON.

Parameters

obj IntelligenceX.Json.JsonObject
Source JSON object.

Returns

The parsed thread id list result.

Properties

public IReadOnlyList<String> Data { get; } #

Gets the thread id list.

public JsonObject Raw { get; } #

Gets the raw JSON object.

public JsonObject Additional { get; } #

Gets unrecognized fields from the payload.