Class SystemOneRequest
State and named questions for SystemOneAsync(SystemOneRequest, RequestOptions?, CancellationToken).
public sealed class SystemOneRequest
- Inheritance
-
SystemOneRequest
- Inherited Members
Properties
Extra
Additional properties forwarded on the wire, including null values.
Matches the JS SDK's extra-field forwarding.
public IDictionary<string, object?>? Extra { get; set; }
Property Value
Model
Model override; omitted values inherit the client defaultModel.
public string? Model { get; set; }
Property Value
Questions
Nonempty questions keyed by the names used to identify their answers.
public IDictionary<string, Question> Questions { get; set; }
Property Value
State
Text, a JSON object or array, or null to evaluate.
public object? State { get; set; }