diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsOnlineVoicemailUserSettings.md b/teams/teams-ps/MicrosoftTeams/Set-CsOnlineVoicemailUserSettings.md index ca9b8177c8..70fabf7d52 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsOnlineVoicemailUserSettings.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsOnlineVoicemailUserSettings.md @@ -23,7 +23,8 @@ New online voicemail user settings of the user would be returned after executing Set-CsOnlineVoicemailUserSettings [-Identity] [-CallAnswerRule ] [-DefaultGreetingPromptOverwrite ] [-DefaultOofGreetingPromptOverwrite ] [-Force] [-OofGreetingEnabled ] [-OofGreetingFollowAutomaticRepliesEnabled ] [-OofGreetingFollowCalendarEnabled ] [-PromptLanguage ] [-ShareData ] [-TransferTarget ] -[-VoicemailEnabled ] [-WhatIf] [-Confirm] [] +[-VoicemailEnabled ] [-UrgencyDetectionEnabled ] [-CategoryDetectionEnabled ] [-CallToActionDetectionEnabled ] +[-VoiceToTextSummaryEnabled ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -67,6 +68,11 @@ Set-CsOnlineVoicemailUserSettings -Identity user6@contoso.com -DefaultGreetingPr This example changes DefaultGreetingPromptOverwrite setting to "Hi, I am currently not available." for user6@contoso.com. +### Example 6 +Set-CsOnlineVoicemailUserSettings -Identity 345987e0-258d-4278-8b75-ce0d6504a5be -UrgencyDetectionEnabled $true -CategoryDetectionEnabled $true -CallToActionDetectionEnabled $true -VoiceToTextSummaryEnabled $false + +This example updates the Voicemail AI triage settings for a user by enabling urgency, category, and actions detection, while disabling voicemail summaries. + ## PARAMETERS ### -CallAnswerRule @@ -328,6 +334,14 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UrgencyDetectionEnabled +tdb +### -CategoryDetectionEnabled +tbd +### -CallToActionDetectionEnabled +tbd +### -VoiceToTextSummaryEnabled +tbd ### -WhatIf Describes what would happen if you executed the command without actually executing the command.