Skip to content

Commit bf01c02

Browse files
authored
Update Set-CsOnlineVoicemailPolicy.md
1 parent 10f03b2 commit bf01c02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Set-CsOnlineVoicemailPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Modifies an existing Online Voicemail policy. Online Voicemail policies determin
1313
## SYNTAX
1414

1515
```
16-
Set-CsOnlineVoicemailPolicy [-WhatIf] [-ShareData <Object>] [-EnableTranscription <Boolean>] [-Confirm]
16+
Set-CsOnlineVoicemailPolicy [-WhatIf] [-ShareData <ShareDataType>] [-EnableTranscription <Boolean>] [-Confirm]
1717
[-EnableTranscriptionProfanityMasking <Boolean>] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-Force]
1818
[-Instance <PSObject>] [-AsJob] [<CommonParameters>]
1919
```
@@ -98,10 +98,10 @@ Accept wildcard characters: False
9898
```
9999
100100
### -ShareData
101-
This parameter is reserved for internal Microsoft use.
101+
Specifies whether (voicemail and transcription) data is shared with the service for training and improving accuracy. By default, it is "Defer" which means that it is upto the user to decide whether they want to share their voicemail data with the service team (configurable through User Settings Portal). Other possible value is "Deny" which means that the voicemail data for any user in the tenant will not be shared with the service regardless of the users own choice.
102102
103103
```yaml
104-
Type: Object
104+
Type: ShareDataType
105105
Parameter Sets: (All)
106106
Aliases:
107107

0 commit comments

Comments
 (0)