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