Skip to content

Commit 76aec74

Browse files
authored
Merge branch 'main' into owinfreyATL-Permissions-Missed-Beta
2 parents 43e5125 + f815bfc commit 76aec74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-reference/beta/resources/copilotadminlimitedmode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "copilotAdminLimitedMode resource type"
3-
description: "Represents a setting that controls whether Microsoft 365 Copilot users can receive responses to sentiment-related prompts."
3+
description: "Represents a setting that controls whether Microsoft 365 Copilot in Teams meetings users can receive responses to sentiment-related prompts."
44
author: "gautamjain14"
55
ms.localizationpriority: medium
66
ms.subservice: "meetings-copilot"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Represents a setting that controls whether Microsoft 365 Copilot in Teams Meetings users can receive responses to sentiment-related prompts. If this setting is enabled, Copilot in Teams Meetings doesn't respond to sentiment-related prompts and questions asked by the user. If the setting is disabled, Copilot in Teams Meetings responds to sentiment-related prompts and questions asked by the user. Copilot in Teams Meetings currently honors this setting. By default, the setting is disabled.
17+
Represents a setting that controls whether Microsoft 365 Copilot in Teams meetings users can receive responses to sentiment-related prompts. If this setting is enabled, Copilot in Teams meetings doesn't respond to sentiment-related prompts and questions asked by the user. If the setting is disabled, Copilot in Teams meetings responds to sentiment-related prompts and questions asked by the user. Copilot in Teams meetings currently honors this setting. By default, the setting is disabled.
1818

1919
Inherits from [entity](../resources/entity.md).
2020

@@ -28,7 +28,7 @@ Inherits from [entity](../resources/entity.md).
2828
|Property|Type|Description|
2929
|:---|:---|:---|
3030
|isEnabledForGroup|Boolean|Enables the user to be in limited mode for Copilot in Teams meetings. When `copilotAdminLimitedMode=true`, users in this mode can ask any questions, but Copilot doesn't respond to certain questions related to inferring emotions, behavior, or judgments. When `copilotAdminLimitedMode=false`, it responds to any types of questions grounded to the meeting conversation. The default value is false.|
31-
|groupId|String|The ID of a Microsoft Entra group to which the value of the **isEnabledForGroup** property is applied value. The default value is `null`. This parameter is optional. If **isEnabledForGroup** is set to `true`, the **groupId** value must be provided in order for Copilot limited mode in Teams Meetings to be enabled for the members of the group. |
31+
|groupId|String|The ID of a Microsoft Entra group to which the value of the **isEnabledForGroup** property is applied value. The default value is `null`. This parameter is optional. If **isEnabledForGroup** is set to `true`, the **groupId** value must be provided in order for Copilot limited mode in Teams meetings to be enabled for the members of the group. |
3232

3333
## Relationships
3434
None.

api-reference/beta/resources/copilotadminsetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ None.
2626
## Relationships
2727
|Relationship|Type|Description|
2828
|:---|:---|:---|
29-
|limitedMode|[copilotAdminLimitedMode](../resources/copilotadminlimitedmode.md)|Represents a setting that controls whether Microsoft 365 Copilot in Teams Meetings users can receive responses to sentiment-related prompts. Read-only. Nullable.|
29+
|limitedMode|[copilotAdminLimitedMode](../resources/copilotadminlimitedmode.md)|Represents a setting that controls whether Microsoft 365 Copilot in Teams meetings users can receive responses to sentiment-related prompts. Read-only. Nullable.|
3030

3131
## JSON representation
3232
The following JSON representation shows the resource type.

0 commit comments

Comments
 (0)