logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptAnswerEntry

    One key/value(s) slot inside an AiPromptAnswerSheet. A flat List<T> of these stands in for a dictionary because Unity does not serialize Dictionary<TKey, TValue> across a domain reload — the same answer-storage idiom MinimalLoopOptions relies on for wizard state.

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

    Constructors

    AiPromptAnswerEntry()

    Declaration
    public AiPromptAnswerEntry()

    Fields

    Key

    Declaration
    public string Key
    Field Value
    Type Description
    string

    Value

    Declaration
    public string Value
    Field Value
    Type Description
    string

    Values

    Declaration
    public List<string> Values
    Field Value
    Type Description
    List<string>
    In this article
    © 2026 Serenity. All Rights Reserved