Voxco · Schema

AutoCodeQuestionResponse

Returns information about results of AutoCode operation

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
codesAdded integer Number of codes added
View JSON Schema on GitHub

JSON Schema

AutoCodeQuestionResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AutoCodeQuestionResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "codesAdded": {
      "type": "integer",
      "description": "Number of codes added",
      "format": "int32"
    }
  },
  "additionalProperties": false,
  "description": "Returns information about results of AutoCode operation"
}