Microsoft Graph · Schema

educationSpeakerCoachContentSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
isInclusivenessEnabled boolean Indicates whether the student should receive feedback on their inclusiveness from the Speaker Coach.
isRepetitiveLanguageEnabled boolean Indicates whether the student should receive feedback on their repetitive language from the Speaker Coach.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationspeakercoachcontentsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationSpeakerCoachContentSettings",
  "title": "educationSpeakerCoachContentSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isInclusivenessEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their inclusiveness from the Speaker Coach."
    },
    "isRepetitiveLanguageEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their repetitive language from the Speaker Coach."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}