Microsoft Graph · Schema

educationAiFeedbackCriteria

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
aiFeedbackSettings object
speechType object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationaifeedbackcriteria-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationAiFeedbackCriteria",
  "title": "educationAiFeedbackCriteria",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "aiFeedbackSettings": {
      "$ref": "#/components/schemas/microsoft.graph.educationAiFeedbackSettings"
    },
    "speechType": {
      "$ref": "#/components/schemas/microsoft.graph.educationSpeechType"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}