Class AiConversationTurnResponse
Inheritance
AiConversationTurnResponse
Assembly: Seclai.dll
Syntax
public sealed class AiConversationTurnResponse
Properties
Accepted
Declaration
[JsonPropertyName("accepted")]
public bool? Accepted { get; set; }
Property Value
AiNote
Declaration
[JsonPropertyName("ai_note")]
public string? AiNote { get; set; }
Property Value
ConversationId
Declaration
[JsonPropertyName("conversation_id")]
public string? ConversationId { get; set; }
Property Value
ResultingConfig
Declaration
[JsonPropertyName("resulting_config")]
public Dictionary<string, JsonElement>? ResultingConfig { get; set; }
Property Value
StepId
Declaration
[JsonPropertyName("step_id")]
public string? StepId { get; set; }
Property Value
StepType
Declaration
[JsonPropertyName("step_type")]
public string? StepType { get; set; }
Property Value
Declaration
[JsonPropertyName("user_input")]
public string? UserInput { get; set; }
Property Value