セッション リソースの種類
名前空間: microsoft.graph.callRecords
電話会議の場合のユーザーとユーザーの通信またはユーザー会議の通信を表します。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
セッションの一覧 | microsoft.graph.callRecords.session コレクション | callRecord オブジェクトに関連付けられているセッションの一覧を取得します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
callee | microsoft.graph.callRecords.endpoint | セッションに応答したエンドポイント。 |
来客 | microsoft.graph.callRecords.endpoint | セッションを開始したエンドポイント。 |
endDateTime | DateTimeOffset | 最後のユーザーがセッションを離れた UTC 時刻。 DateTimeOffset 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
failureInfo | microsoft.graph.callRecords.failureInfo | セッションに失敗した場合に、セッションに関連付けられているエラー情報。 |
id | string | セッションの一意識別子。 読み取り専用です。 |
isTest | ブール型 | セッションがテストであるかどうかを指定します。 |
モダリティ | microsoft.graph.callRecords.modality コレクション | セッションに存在するモダリティの一覧。 可能な値は、unknown 、audio 、video 、videoBasedScreenSharing 、data 、screenSharing 、unknownFutureValue です。 |
startDateTime | DateTimeOffset | 最初のユーザーがセッションに参加した UTC 時刻。 DateTimeOffset 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
セグメント | microsoft.graph.callRecords.segment コレクション | セッションに関係するセグメントの一覧。 読み取り専用です。 Null 許容型。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"callee": {"@odata.type": "microsoft.graph.callRecords.endpoint"},
"caller": {"@odata.type": "microsoft.graph.callRecords.endpoint"},
"endDateTime": "String (timestamp)",
"failureInfo": {"@odata.type": "microsoft.graph.callRecords.failureInfo"},
"id": "String (identifier)",
"isTest": "Boolean",
"modalities": ["string"],
"startDateTime": "String (timestamp)"
}