EveInputRequest
NexusLabs.Eve¶
EveInputRequest Class¶
Describes a question or approval that must be answered before an eve turn can continue.
Inheritance System.Object 🡒 EveInputRequest
Implements System.IEquatable<EveInputRequest>
Properties¶
EveInputRequest.Action Property¶
Gets the raw action request associated with this input request.
Property Value¶
EveInputRequest.AllowFreeform Property¶
Gets whether a free-form answer is accepted.
Property Value¶
System.Nullable<System.Boolean>
EveInputRequest.Display Property¶
Gets the optional rendering hint, such as confirmation, select, or text.
Property Value¶
EveInputRequest.Options Property¶
Gets the selectable answer options.
Property Value¶
System.Collections.Generic.IReadOnlyList<EveInputOption>
EveInputRequest.Prompt Property¶
Gets the prompt to present to the user.
Property Value¶
EveInputRequest.RequestId Property¶
Gets the stable request identifier.