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