inferenceClassificationOverride 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 user's override for how incoming messages from a specific sender should always be classified as in a Focused Inbox.
Methods
Method | Return Type | Description |
---|---|---|
Update Override | inferenceClassificationOverride | Change the ClassifyAs field of an override as specified. |
Delete Override | None | Delete an override specified by its ID. |
Properties
Property | Type | Description |
---|---|---|
classifyAs | inferenceClassificationType | Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused , other . |
id | string | The unique identifier of the override. Read-only. |
senderEmailAddress | emailAddress | The email address information of the sender for whom the override is created. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"classifyAs": "string",
"id": "string (identifier)",
"senderEmailAddress": {"@odata.type": "microsoft.graph.emailAddress"}
}