Voxco · Schema

AICoderGroupCodesStatusOfTaskResponse

Contains a current status of grouping codes into target net task

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
errorMessage string
isCompleted boolean True if the task is completed, otherwise false
View JSON Schema on GitHub

JSON Schema

AICoderGroupCodesStatusOfTaskResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AICoderGroupCodesStatusOfTaskResponse",
  "type": "object",
  "properties": {
    "errorMessage": {
      "type": "string",
      "nullable": true
    },
    "isCompleted": {
      "type": "boolean",
      "description": "True if the task is completed, otherwise false"
    }
  },
  "additionalProperties": false,
  "description": "Contains a current status of grouping codes into target net task"
}