Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the content-related feedback types that students should receive from the Speaker Coach.
Properties
| Property | 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.educationSpeakerCoachContentSettings",
"isInclusivenessEnabled": "Boolean",
"isRepetitiveLanguageEnabled": "Boolean"
}