reflectCheckInResponse リソースの種類

名前空間: microsoft.graph

重要

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

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

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

メソッド

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

プロパティ

プロパティ 説明
checkInId String Reflect チェックインの識別子。
checkInTitle String この応答が対処する Reflect チェックインの質問またはプロンプト。
classId String Reflect チェックインに関連付けられているクラスの ID。
createdDateTime DateTimeOffset Reflect チェックインが作成された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
creatorId String Reflect チェックインを作成したユーザーの ID。
isClosed ブール型 Reflect チェックインが閉じられている (true) かオープン (false) かを示します。
responderId String Reflect チェックインに応答したユーザーの 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 チェックインへの応答が送信された日時。 タイムスタンプの種類は、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)"
}