Search Results for

    Show / Hide Table of Contents

    Class AiAssistantFeedbackRequest

    Inheritance
    object
    AiAssistantFeedbackRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class AiAssistantFeedbackRequest

    Properties

    AgentConversationId

    Declaration
    [JsonPropertyName("agent_conversation_id")]
    public string? AgentConversationId { get; set; }
    Property Value
    Type Description
    string

    Comment

    Declaration
    [JsonPropertyName("comment")]
    public string? Comment { get; set; }
    Property Value
    Type Description
    string

    Context

    Declaration
    [JsonPropertyName("context")]
    public Dictionary<string, JsonElement>? Context { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>

    ConversationId

    Declaration
    [JsonPropertyName("conversation_id")]
    public string? ConversationId { get; set; }
    Property Value
    Type Description
    string

    Feature

    Declaration
    [JsonPropertyName("feature")]
    public string? Feature { get; set; }
    Property Value
    Type Description
    string

    PromptCallId

    Declaration
    [JsonPropertyName("prompt_call_id")]
    public string? PromptCallId { get; set; }
    Property Value
    Type Description
    string

    Rating

    Declaration
    [JsonPropertyName("rating")]
    public string? Rating { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX