Microsoft Graph · Schema

educationAiFeedbackSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
audienceEngagementSettings object The audience engagement related feedback types that students should receive from the AI feedback.
contentSettings object The content related feedback types that students should receive from the AI feedback.
deliverySettings object The delivery related feedback types that students should receive from the AI feedback.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationaifeedbacksettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationAiFeedbackSettings",
  "title": "educationAiFeedbackSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "audienceEngagementSettings": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.educationAiFeedbackAudienceEngagementSettings"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The audience engagement related feedback types that students should receive from the AI feedback."
    },
    "contentSettings": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.educationAiFeedbackContentSettings"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The content related feedback types that students should receive from the AI feedback."
    },
    "deliverySettings": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.educationAiFeedbackDeliverySettings"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The delivery related feedback types that students should receive from the AI feedback."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}