次の方法で共有


educationAiFeedbackCriteria リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

学生が受け取るべき AI フィードバックの設定を表します。

プロパティ

プロパティ 説明
aiFeedbackSettings educationAiFeedbackSettings 学生が AI フィードバックから受け取るべきフィードバックの種類。
speechType educationSpeechType 学生が提供する音声の種類。 使用可能な値: informativepersonalpersuasiveunknownFutureValue

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.educationAiFeedbackCriteria",
  "aiFeedbackSettings": {"@odata.type": "microsoft.graph.educationAiFeedbackSettings"},
  "speechType": "String"
}