Class AiAssistantAcceptResponse
Inheritance
AiAssistantAcceptResponse
Assembly: Seclai.dll
Syntax
public sealed class AiAssistantAcceptResponse
Properties
ConversationId
Declaration
[JsonPropertyName("conversation_id")]
public string? ConversationId { get; set; }
Property Value
Error
Declaration
[JsonPropertyName("error")]
public string? Error { get; set; }
Property Value
ExecutedActions
Declaration
[JsonPropertyName("executed_actions")]
public List<JsonElement>? ExecutedActions { get; set; }
Property Value
SolutionId
Declaration
[JsonPropertyName("solution_id")]
public string? SolutionId { get; set; }
Property Value
Success
Declaration
[JsonPropertyName("success")]
public bool? Success { get; set; }
Property Value