logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptWizardStep

    One page in the wizard's dynamic step list — IntentKind is only set on IntentConfigure pages.

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

    Constructors

    AiPromptWizardStep(AiPromptWizardStepKind, AiPromptIntentKind?, string)

    Declaration
    public AiPromptWizardStep(AiPromptWizardStepKind kind, AiPromptIntentKind? intentKind, string title)
    Parameters
    Type Name Description
    AiPromptWizardStepKind kind
    AiPromptIntentKind? intentKind
    string title

    Properties

    IntentKind

    Declaration
    public AiPromptIntentKind? IntentKind { get; }
    Property Value
    Type Description
    AiPromptIntentKind?

    Kind

    Declaration
    public AiPromptWizardStepKind Kind { get; }
    Property Value
    Type Description
    AiPromptWizardStepKind

    Title

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