logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptDeclaredOutcome

    A structured claim one AiPromptSection makes about a target asset/type — e.g. "creates a new UnityMenuSettingsDefinition with id main_menu". Contradiction detection reasons over these instead of parsing rendered prose.

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

    Constructors

    AiPromptDeclaredOutcome(AiPromptOutcomeVerb, string, string)

    Declaration
    public AiPromptDeclaredOutcome(AiPromptOutcomeVerb verb, string typeName, string idOrAssetPath)
    Parameters
    Type Name Description
    AiPromptOutcomeVerb verb
    string typeName
    string idOrAssetPath

    Properties

    IdOrAssetPath

    Declaration
    public string IdOrAssetPath { get; }
    Property Value
    Type Description
    string

    TypeName

    Declaration
    public string TypeName { get; }
    Property Value
    Type Description
    string

    Verb

    Declaration
    public AiPromptOutcomeVerb Verb { get; }
    Property Value
    Type Description
    AiPromptOutcomeVerb
    In this article
    © 2026 Serenity. All Rights Reserved