Microsoft Graph · Schema

educationAiFeedbackDeliverySettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
areRhetoricalTechniquesEnabled boolean Indicates whether the student should receive feedback on their rhetorical techniques from the AI feedback.
isLanguageUseEnabled boolean Indicates whether the student should receive feedback on their language use from the AI feedback.
isStyleEnabled boolean Indicates whether the student should receive feedback on their style from the AI feedback.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationaifeedbackdeliverysettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationAiFeedbackDeliverySettings",
  "title": "educationAiFeedbackDeliverySettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "areRhetoricalTechniquesEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their rhetorical techniques from the AI feedback."
    },
    "isLanguageUseEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their language use from the AI feedback."
    },
    "isStyleEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their style from the AI feedback."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}