Class AddConversationTurnRequest
Inheritance
AddConversationTurnRequest
Assembly: Seclai.dll
Syntax
public sealed class AddConversationTurnRequest
Properties
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
Declaration
[JsonPropertyName("user_input")]
public string? UserInput { get; set; }
Property Value