PromptTemplateCollection

Artificial IntelligenceComputer VisionCRMMachine LearningNatural Language ProcessingPredictive AnalyticsSalesforce

Properties

Name Type Description
promptTemplates array
totalSize integer
nextPageUrl string
View JSON Schema on GitHub

JSON Schema

salesforce-einstein-prompttemplatecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PromptTemplateCollection",
  "title": "PromptTemplateCollection",
  "type": "object",
  "properties": {
    "promptTemplates": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PromptTemplate"
      }
    },
    "totalSize": {
      "type": "integer"
    },
    "nextPageUrl": {
      "type": "string"
    }
  }
}