aiInteractionAttachment resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a message attachment, such as cards and images.
Properties
Property | Type | Description |
---|---|---|
attachmentId | String | The identifier for the attachment. This identifier is only unique within the message scope. |
content | String | The content of the attachment. |
contentType | String | The type of the content. For example, reference , file , and image/imageType . |
contentUrl | String | The URL of the content. |
name | String | The name of the attachment. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"attachmentId": "String",
"content": "String",
"contentType": "String",
"contentUrl": "String",
"name": "String"
}