Microsoft Graph · Schema

educationSpeakerCoachDeliverySettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
areFillerWordsEnabled boolean Indicates whether the student should receive feedback on their filler words from the Speaker Coach.
isPaceEnabled boolean Indicates whether the student should receive feedback on their pace from the Speaker Coach.
isPitchEnabled boolean Indicates whether the student should receive feedback on their pitch from the Speaker Coach.
isPronunciationEnabled boolean Indicates whether the student should receive feedback on their pronunciation from the Speaker Coach. This is automatically enabled if isAiFeedbackEnabled is set to true on the educationSpeakerProgress
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgrapheducationspeakercoachdeliverysettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.educationSpeakerCoachDeliverySettings",
  "title": "educationSpeakerCoachDeliverySettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "areFillerWordsEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their filler words from the Speaker Coach."
    },
    "isPaceEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their pace from the Speaker Coach."
    },
    "isPitchEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their pitch from the Speaker Coach."
    },
    "isPronunciationEnabled": {
      "type": "boolean",
      "description": "Indicates whether the student should receive feedback on their pronunciation from the Speaker Coach. This is automatically enabled if isAiFeedbackEnabled is set to true on the educationSpeakerProgressResource, or if spokenLanguageLocale is set to a value besides en-US on the educationSpeakerProgressResource."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}