FeedbackResponse

Artificial IntelligenceComputer VisionCRMMachine LearningNatural Language ProcessingPredictive AnalyticsSalesforce

Properties

Name Type Description
id string
generationId string
feedback string
createdDate string
View JSON Schema on GitHub

JSON Schema

salesforce-einstein-feedbackresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FeedbackResponse",
  "title": "FeedbackResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "generationId": {
      "type": "string"
    },
    "feedback": {
      "type": "string"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    }
  }
}