NameDescriptionTypeAdditional information
responses

The responses to be added or updated.
All strings in these responses will be trimmed of leading and trailing white space.

Collection of QuestionResponse

Required

autoCodeTextMatch

If true, this will attempt to AutoCode responses based on an exact (but case insensitive) text match with previously-coded responses. This AutoCode will execute first, followed by (if requested) Input ID matching and Regular Expression matching.

boolean

None.

autoCodeInputId

If set to True, it will attempt to Auto Code based on a code's Input ID (Closed ends and Other Specifies only).
This AutoCode will execute after the Text Match and before the Regular Expression match, if either is requested.

boolean

None.

autoCodeByRegex

If set to True, it will attempt to Auto Code responses via the codes' Regular Expressions.
This AutoCode will execute after the Text Match and Input ID match, if requested.

boolean

None.

ruleSetKey

Key of a Rule Set containing at least one 'Modify Response on Load' rule.

integer

None.

taxonomyKey

Key of a Taxonomy to pass to the Rule Set for its use.
Ignored if no ruleSetKey is specified.

integer

None.

applyRuleSetToTranscription

If true, the transcription field of each QuestionResponse is operated on by the Rule Set.
If false or not specified, the verbatim field of each QuestionResponse is operated on by the Rule Set.
This value has no effect unless a Rule Set key is specified in the request.

boolean

None.