Search Results for

    Show / Hide Table of Contents

    Class AiAssistantGenerateResponse

    Inheritance
    object
    AiAssistantGenerateResponse
    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 AiAssistantGenerateResponse

    Properties

    ConversationId

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

    ExamplePrompts

    Declaration
    [JsonPropertyName("example_prompts")]
    public List<ExamplePrompt>? ExamplePrompts { get; set; }
    Property Value
    Type Description
    List<ExamplePrompt>

    Note

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

    ProposedActions

    Declaration
    [JsonPropertyName("proposed_actions")]
    public List<ProposedActionResponse>? ProposedActions { get; set; }
    Property Value
    Type Description
    List<ProposedActionResponse>

    RequiresDeleteConfirmation

    Declaration
    [JsonPropertyName("requires_delete_confirmation")]
    public bool? RequiresDeleteConfirmation { get; set; }
    Property Value
    Type Description
    bool?

    Success

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