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