Salesforce · JSON Structure

Salesforce Generated Data Structure

Type: object Properties: 6 Required: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

GeneratedData is a JSON Structure definition published by Salesforce, describing 6 properties, of which 5 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

actionsSequence invokedActions outcome sessionId topic citations

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GeneratedData",
  "properties": {
    "actionsSequence": {
      "type": "string"
    },
    "invokedActions": {
      "type": "string"
    },
    "outcome": {
      "type": "string"
    },
    "sessionId": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    },
    "citations": {
      "type": "string"
    }
  },
  "required": [
    "actionsSequence",
    "invokedActions",
    "outcome",
    "sessionId",
    "topic"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}