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
AiPromptAnswerEntry
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public sealed class AiPromptAnswerEntry
Constructors
AiPromptAnswerEntry()
Declaration
public AiPromptAnswerEntry()
Fields
Key
Declaration
Field Value
Value
Declaration
Field Value
Values
Declaration
public List<string> Values
Field Value