File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The CsTeamsMessagingPolicy cmdlets enable administrators to control if a user is
18
18
## SYNTAX
19
19
20
20
```
21
- New-CsTeamsMessagingPolicy [-AllowOwnerDeleteMessage <Boolean>] [-Description <String>]
21
+ New-CsTeamsMessagingPolicy [-AllowOwnerDeleteMessage <Boolean>] [-AllowSmartReply <Boolean>] [- Description <String>]
22
22
[-AllowUserChat <Boolean>] [[-Identity] <XdsIdentity>] [-InMemory] [-AllowUserDeleteMessage <Boolean>]
23
23
[-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>] [-Force] [-AllowStickers <Boolean>] [-AllowUrlPreviews <Boolean>]
24
24
[-Tenant <Guid>] [-AllowImmersiveReader <Boolean>] [-AllowUserTranslation <Boolean>]
@@ -337,6 +337,21 @@ Accept pipeline input: False
337
337
Accept wildcard characters : False
338
338
` ` `
339
339
340
+ ### -AllowSmartReply
341
+ Turn this setting on to enable suggested replies for chat messages.
342
+
343
+ ` ` ` yaml
344
+ Type : Boolean
345
+ Parameter Sets : (All)
346
+ Aliases :
347
+
348
+ Required : False
349
+ Position : Named
350
+ Default value : True
351
+ Accept pipeline input : False
352
+ Accept wildcard characters : False
353
+ ` ` `
354
+
340
355
### -AllowPriorityMessages
341
356
Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.
342
357
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Accept wildcard characters: False
143
143
` ` `
144
144
145
145
### -AllowSmartReply
146
- Determines whether a user is allowed to use smart replies. Set this to TRUE to allow. Set this to FALSE to prohibit.
146
+ Turn this setting on to enable suggested replies for chat messages . Set this to TRUE to allow. Set this to FALSE to prohibit.
147
147
148
148
` ` ` yaml
149
149
Type : Boolean
You can’t perform that action at this time.
0 commit comments