Edit

educationSpeakerCoachAudienceEngagementSettings resource type

Namespace: microsoft.graph

Represents the audience engagement-related feedback types that students should receive from the Speaker Coach.

Properties

Property Type Description
isBodyLanguageEnabled Boolean Indicates whether the student should receive feedback on their body language from the Speaker Coach.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.educationSpeakerCoachAudienceEngagementSettings",
  "isBodyLanguageEnabled": "Boolean"
}