NlpClassifyOptions
type NlpClassifyOptions = { minScore?: number;};Defined in: engine/engine.types.ts:70
Properties
Section titled “Properties”minScore?
Section titled “minScore?”optional minScore?: number;Defined in: engine/engine.types.ts:72
Overrides the engine’s threshold for this call.