Class AiAssistantFeedbackRequest
Inheritance
AiAssistantFeedbackRequest
Assembly: Seclai.dll
Syntax
public sealed class AiAssistantFeedbackRequest
Properties
AgentConversationId
Declaration
[JsonPropertyName("agent_conversation_id")]
public string? AgentConversationId { get; set; }
Property Value
Declaration
[JsonPropertyName("comment")]
public string? Comment { get; set; }
Property Value
Context
Declaration
[JsonPropertyName("context")]
public Dictionary<string, JsonElement>? Context { get; set; }
Property Value
ConversationId
Declaration
[JsonPropertyName("conversation_id")]
public string? ConversationId { get; set; }
Property Value
Feature
Declaration
[JsonPropertyName("feature")]
public string? Feature { get; set; }
Property Value
PromptCallId
Declaration
[JsonPropertyName("prompt_call_id")]
public string? PromptCallId { get; set; }
Property Value
Rating
Declaration
[JsonPropertyName("rating")]
public string? Rating { get; set; }
Property Value