Webex · Schema

CoachingInsightsDTO

This is applicable/available only when AI Quality Management add-on offer/license is added to the organization.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enable boolean Used to toggle the state of the Coaching Insights configuration from active to inactive and vice-versa. Mandatory for create/update operation. If the value is missing in response, the consumer should
View JSON Schema on GitHub

JSON Schema

webex-coachinginsightsdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CoachingInsightsDTO",
  "title": "CoachingInsightsDTO",
  "type": "object",
  "description": "This is applicable/available only when AI Quality Management add-on offer/license is added to the organization.",
  "properties": {
    "enable": {
      "type": "boolean",
      "description": "Used to toggle the state of the Coaching Insights  configuration from active to inactive and vice-versa. Mandatory for create/update operation. If the value is missing in response, the consumer should assume a value as false.",
      "example": true
    }
  },
  "required": [
    "enable"
  ]
}