Edit

Share via


educationAiFeedbackDeliverySettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the delivery-related feedback types that students should receive from the AI feedback.

Properties

Property Type Description
areRhetoricalTechniquesEnabled Boolean Indicates whether the student should receive feedback on their rhetorical techniques from the AI feedback.
isLanguageUseEnabled Boolean Indicates whether the student should receive feedback on their language use from the AI feedback.
isStyleEnabled Boolean Indicates whether the student should receive feedback on their style from the AI feedback.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.educationAiFeedbackDeliverySettings",
  "areRhetoricalTechniquesEnabled": "Boolean",
  "isLanguageUseEnabled": "Boolean",
  "isStyleEnabled": "Boolean"
}