Salesforce · Schema

RunagenttestRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
aiEvaluationDefinitionName string
View JSON Schema on GitHub

JSON Schema

salesforce-runagenttest-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "aiEvaluationDefinitionName": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "aiEvaluationDefinitionName"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunagenttestRequest"
}