Microsoft Graph · Schema

educationAiFeedbackAudienceEngagementSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
areEngagementStrategiesEnabled boolean Indicates whether the student should receive feedback on their engagement strategies from the AI feedback.
isCallToActionEnabled boolean Indicates whether the student should receive feedback on their call to action from the AI feedback.
isEmotionalAndIntellectualAppealEnabled boolean Indicates whether the student should receive feedback on their emotional and intellectual appeal from the AI feedback.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationaifeedbackaudienceengagementsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationAiFeedbackAudienceEngagementSettings",
  "title": "educationAiFeedbackAudienceEngagementSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "areEngagementStrategiesEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their engagement strategies from the AI feedback."
    },
    "isCallToActionEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their call to action from the AI feedback."
    },
    "isEmotionalAndIntellectualAppealEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their emotional and intellectual appeal from the AI feedback."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}