{ "$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" } } }