EveInputResponse
NexusLabs.Eve¶
EveInputResponse Class¶
Resolves one human-input request emitted by an eve session.
Inheritance System.Object 🡒 EveInputResponse
Implements System.IEquatable<EveInputResponse>
Constructors¶
EveInputResponse(string, string, string) Constructor¶
Initializes a response for the specified request.
Parameters¶
requestId System.String
The stable request identifier.
optionId System.String
The selected option identifier, when applicable.
text System.String
A free-form response, when applicable.
Properties¶
EveInputResponse.OptionId Property¶
Gets the selected option identifier.
Property Value¶
EveInputResponse.RequestId Property¶
Gets the stable identifier of the request being answered.
Property Value¶
EveInputResponse.Text Property¶
Gets the free-form answer.