BotVersionCollection

Artificial IntelligenceComputer VisionCRMMachine LearningNatural Language ProcessingPredictive AnalyticsSalesforce

Properties

Name Type Description
versions array
totalSize integer
View JSON Schema on GitHub

JSON Schema

salesforce-einstein-botversioncollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BotVersionCollection",
  "title": "BotVersionCollection",
  "type": "object",
  "properties": {
    "versions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BotVersion"
      }
    },
    "totalSize": {
      "type": "integer"
    }
  }
}