次の方法で共有


reflectCheckInResponse リソースの種類

名前空間: microsoft.graph

重要

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

Microsoft Reflect チェック-in への応答を表します。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
Get reflectCheckInResponse reflectCheckInResponse オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
checkInId String Reflect チェック-in の識別子。
checkInTitle String この応答で対処する Reflect チェック-in の質問またはプロンプト。
classId String Reflect チェック-in に関連付けられているクラスの ID。
createdDateTime DateTimeOffset Reflect チェック-in が作成された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
creatorId String Reflect チェック-in を作成したユーザーの ID。
isClosed ブール型 Reflect チェック-in が閉じている (true) かオープン (false) かを示します。
responderId String Reflect チェック-in に応答したユーザーの ID。
responseEmotion responseEmotionType リフレクト チェックイン応答中にレスポンダーが感じた正確な感情名を表します。 The possible values are: none, confident, excited, happy, motivated, peaceful, ambitious, cheerful, comfortable, creative, determined, energized, focused, fulfilled, grateful, included, inspired, optimistic, proud, successful, valuable, annoyed, bored, calm, confused, glad, content, pensive, reserved, restless, shocked, tired, angry, depressed, exhausted, lonely, nervous, anxious, apathetic, concerned, disappointed, frightened, frustrated, hopeless, hurt, jealous, miserable, overwhelmed, skeptical, stressed, stuck, worthless, awed, ashamed, curious, sensitive, sad, unknownFutureValue.
responseFeedback responseFeedbackType 応答者が感じた気持ちを示す応答の快適さのレベルを表します。 使用可能な値は、 nonenotDetectedveryUnpleasantunpleasantneutralpleasantveryPleasantunknownFutureValueです。
submitDateTime DateTimeOffset Reflect チェック-in への応答が送信された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.reflectCheckInResponse",
  "checkInId": "String",
  "checkInTitle": "String",
  "classId": "String",
  "createdDateTime": "String (timestamp)",
  "creatorId": "String",
  "isClosed": "Boolean",
  "responderId": "String",
  "responseEmotion": "String",
  "responseFeedback": "String",
  "submitDateTime": "String (timestamp)"
}