次の方法で共有


aiInteraction リソースの種類

名前空間: microsoft.graph

重要

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

ユーザーと Copilot の間の相互作用を表します。

メソッド

なし。

プロパティ

プロパティ 説明
appClass String Copilot データのデータ ソース。 たとえば、IPM.SkypeTeams.Message.Copilot.Excel および IPM.SkypeTeams.Message.Copilot.Loop が禁止となります。
attachments aiInteractionAttachment コレクション カードや画像など、相互作用に添付されたドキュメントのコレクション。
body itemBody 本文のテキストとその本文の種類を含む、メッセージの本文。
コンテキスト aiInteractionContext コレクション 相互作用に関連付けられているすべてのコンテキストにマップされる identifer。
conversationType String 会話の種類。 たとえば、appchat および bizchat が禁止となります。
createdDateTime DateTime 対話式操作が作成された時刻。
etag String 操作が最後に変更されたときのタイムスタンプ。
from identitySet この操作に関連付けられているユーザー、アプリケーション、またはデバイス。
id String メッセージの識別子。
interactionType aiInteractionType 操作がプロンプトか Copilot 応答かを示します。 使用可能な値は、userPromptaiResponseunknownFutureValue です。
リンク aiInteractionLink コレクション 相互作用に表示されるリンクのコレクション。
ロケール String 送信者のロケール。
mentions aiInteractionMention コレクション ユーザー、ボットなど、相互作用で言及されたエンティティのコレクション。
requestId String Copilot 応答でユーザー プロンプトをグループにする識別子。
sessionId String ユーザーのすべての Copilot セッションにマップされるスレッド ID または会話識別子。

aiInteractionType 値

メンバー 説明
userPrompt 操作のユーザー プロンプト。
aiResponse プロンプトに対する Copilot 応答。
unknownFutureValue 進化可能な列挙センチネル値。 使用しないでください。

リレーションシップ

なし。

JSON 表記

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

{
  "appClass": "String",
  "attachments": [{"@odata.type": "microsoft.graph.aiInteractionAttachment"}],
  "body": {"@odata.type": "microsoft.graph.itemBody"},
  "contexts": [{"@odata.type": "microsoft.graph.aiInteractionContext"}],
  "conversationType": "String",
  "createdDateTime": "String (timestamp)",
  "etag": "String",
  "from": {"@odata.type": "microsoft.graph.identitySet"},
  "id": "String (identifier)",
  "interactionType": "String",
  "links": [{"@odata.type": "microsoft.graph.aiInteractionLink"}],
  "locale": "String",
  "mentions": [{"@odata.type": "microsoft.graph.aiInteractionMention"}],
  "requestId": "String",
  "sessionId": "String"
}