logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptSlashCommandInstallResult

    Outcome of Install(AiPromptSlashCommandRequest): the absolute path written per requested target agent, and the display names of targets that were skipped (no commands directory).

    Inheritance
    object
    AiPromptSlashCommandInstallResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.AiPromptBuilder
    Assembly: Serenity.AiPromptBuilder.Editor.dll
    Syntax
    public sealed class AiPromptSlashCommandInstallResult

    Constructors

    AiPromptSlashCommandInstallResult(IReadOnlyList<string>, IReadOnlyList<string>)

    Declaration
    public AiPromptSlashCommandInstallResult(IReadOnlyList<string> writtenPaths, IReadOnlyList<string> skippedTargetDisplayNames)
    Parameters
    Type Name Description
    IReadOnlyList<string> writtenPaths
    IReadOnlyList<string> skippedTargetDisplayNames

    Properties

    SkippedTargetDisplayNames

    Declaration
    public IReadOnlyList<string> SkippedTargetDisplayNames { get; }
    Property Value
    Type Description
    IReadOnlyList<string>

    WrittenPaths

    Declaration
    public IReadOnlyList<string> WrittenPaths { get; }
    Property Value
    Type Description
    IReadOnlyList<string>
    In this article
    © 2026 Serenity. All Rights Reserved