Class GovernanceConversationResponse
Inheritance
GovernanceConversationResponse
Assembly: Seclai.dll
Syntax
public sealed class GovernanceConversationResponse
Properties
Accepted
Declaration
[JsonPropertyName("accepted")]
public bool? Accepted { 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
ProposedActions
Declaration
[JsonPropertyName("proposed_actions")]
public Dictionary<string, JsonElement>? ProposedActions { get; set; }
Property Value
Declaration
[JsonPropertyName("user_input")]
public string? UserInput { get; set; }
Property Value