Skip to content

EveInputOption

NexusLabs.Eve

EveInputOption Class

Describes one selectable answer to an eve human-input request.

public sealed record EveInputOption : System.IEquatable<NexusLabs.Eve.EveInputOption>

Inheritance System.Object 🡒 EveInputOption

Implements System.IEquatable<EveInputOption>

Properties

EveInputOption.Description Property

Gets optional supporting text.

public string? Description { get; }

Property Value

System.String

EveInputOption.Id Property

Gets the stable option identifier.

public string Id { get; }

Property Value

System.String

EveInputOption.Label Property

Gets the user-facing option label.

public string Label { get; }

Property Value

System.String

EveInputOption.Style Property

Gets the optional presentation style hint.

public string? Style { get; }

Property Value

System.String