편집

다음을 통해 공유


educationSpeakerCoachDeliverySettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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

Properties

Property Type Description
areFillerWordsEnabled Boolean Indicates whether the student should receive feedback on their filler words from the Speaker Coach.
isPaceEnabled Boolean Indicates whether the student should receive feedback on their pace from the Speaker Coach.
isPitchEnabled Boolean Indicates whether the student should receive feedback on their pitch from the Speaker Coach.
isPronunciationEnabled Boolean 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.educationSpeakerCoachDeliverySettings",
  "areFillerWordsEnabled": "Boolean",
  "isPaceEnabled": "Boolean",
  "isPitchEnabled": "Boolean",
  "isPronunciationEnabled": "Boolean"
}