Class AiConversationHistoryResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AiConversationHistoryResponse
Properties
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Turns
Declaration
[JsonPropertyName("turns")]
public List<AiConversationTurnResponse>? Turns { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AiConversationTurnResponse> |