Interface: SystemOneRequest
用于 systemOne 的状态与具名问题。
请求变量上的其他属性会被透传,包括值为 null 的属性。
被以下内容继承
Type Parameters
Q
Q extends Questions = Questions
Properties
model?
ts
optional model?: string;模型覆盖项;缺省时继承 defaultModel。
questions
ts
questions: Q;非空的问题集合,以用于标识其答案的名称作为键。
state
ts
state: EntryType;要评估的文本、JSON 对象或数组,或 null。