Class SolutionConversationResponse
Inheritance
SolutionConversationResponse
Assembly: Seclai.dll
Syntax
public sealed class SolutionConversationResponse
Properties
Accepted
Declaration
[JsonPropertyName("accepted")]
public bool? Accepted { get; set; }
Property Value
ActionsTaken
Declaration
[JsonPropertyName("actions_taken")]
public Dictionary<string, JsonElement>? ActionsTaken { get; set; }
Property Value
AiResponse
Declaration
[JsonPropertyName("ai_response")]
public string? AiResponse { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Declaration
[JsonPropertyName("user_input")]
public string? UserInput { get; set; }
Property Value