次の方法で共有


educationAiFeedbackSettings リソースの種類

名前空間: microsoft.graph

重要

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

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

プロパティ

プロパティ 説明
audienceEngagementSettings educationAiFeedbackAudienceEngagementSettings 学生が AI フィードバックから受け取る必要がある対象ユーザー エンゲージメント関連のフィードバックの種類。
contentSettings educationAiFeedbackContentSettings 学生が AI フィードバックから受け取る必要があるコンテンツ関連のフィードバックの種類。
deliverySettings educationAiFeedbackDeliverySettings 学生が AI フィードバックから受け取る必要がある配信関連のフィードバックの種類。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.educationAiFeedbackSettings",
  "audienceEngagementSettings": {"@odata.type": "microsoft.graph.educationAiFeedbackAudienceEngagementSettings"},
  "contentSettings": {"@odata.type": "microsoft.graph.educationAiFeedbackContentSettings"},
  "deliverySettings": {"@odata.type": "microsoft.graph.educationAiFeedbackDeliverySettings"}  
}