Webex · Schema

SuggestedResponsesDTO

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

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-suggestedresponsesdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuggestedResponsesDTO",
  "title": "SuggestedResponsesDTO",
  "type": "object",
  "description": "This is applicable/available only when AI Assistant add-on offer/license is added to the organization.",
  "properties": {
    "enable": {
      "type": "boolean",
      "description": "Used to toggle the state of the AI feature sub feature  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"
  ]
}