Microsoft Graph · Schema
educationSpeakerCoachSettings
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| audienceEngagementSettings | object | The audience engagement related feedback types that students should receive from the Speaker Coach. |
| contentSettings | object | The content related feedback types that students should receive from the Speaker Coach. |
| deliverySettings | object | The delivery related feedback types that students should receive from the Speaker Coach. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.educationSpeakerCoachSettings",
"title": "educationSpeakerCoachSettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"audienceEngagementSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.educationSpeakerCoachAudienceEngagementSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The audience engagement related feedback types that students should receive from the Speaker Coach."
},
"contentSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.educationSpeakerCoachContentSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The content related feedback types that students should receive from the Speaker Coach."
},
"deliverySettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.educationSpeakerCoachDeliverySettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The delivery related feedback types that students should receive from the Speaker Coach."
},
"@odata.type": {
"type": "string"
}
}
}