Microsoft Graph · Schema
microsoft.graph.aiInteraction
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.aiInteraction",
"title": "microsoft.graph.aiInteraction",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "aiInteraction",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"appClass": {
"type": "string"
},
"attachments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.aiInteractionAttachment"
}
},
"body": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.itemBody"
},
{
"type": "object",
"nullable": true
}
]
},
"contexts": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.aiInteractionContext"
}
},
"conversationType": {
"type": "string",
"nullable": true
},
"createdDateTime": {
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string",
"format": "date-time",
"nullable": true
},
"etag": {
"type": "string",
"nullable": true
},
"from": {
"$ref": "#/components/schemas/microsoft.graph.identitySet"
},
"interactionType": {
"$ref": "#/components/schemas/microsoft.graph.aiInteractionType"
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.aiInteractionLink"
}
},
"locale": {
"type": "string"
},
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.aiInteractionMention"
}
},
"requestId": {
"type": "string"
},
"sessionId": {
"type": "string"
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.aiInteraction"
}