Microsoft Graph · Schema

educationAiFeedbackContentSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
isMessageClarityEnabled boolean Indicates whether the student should receive feedback on their message clarity from the AI feedback.
isQualityOfInformationEnabled boolean Indicates whether the student should receive feedback on their quality of information from the AI feedback.
isSpeechOrganizationEnabled boolean Indicates whether the student should receive feedback on their speech organization from the AI feedback.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationaifeedbackcontentsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationAiFeedbackContentSettings",
  "title": "educationAiFeedbackContentSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isMessageClarityEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their message clarity from the AI feedback."
    },
    "isQualityOfInformationEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their quality of information from the AI feedback."
    },
    "isSpeechOrganizationEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their speech organization from the AI feedback."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}