@@ -27,7 +27,8 @@ New-CsTeamsCallingPolicy [-Identity] <string> [-Description <string>] [-AllowPri
27
27
[-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
28
28
[-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
29
29
[-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-Copilot <string>] [-EnableWebPstnMediaBypass <Boolean>]
30
- [-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
30
+ [-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-AIInterpreter <string>]
31
+ [-VoiceSimulationInInterpretation <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
31
32
```
32
33
33
34
## DESCRIPTION
@@ -45,6 +46,28 @@ values in the Global policy instance.
45
46
46
47
## PARAMETERS
47
48
49
+ ### -AIInterpreter
50
+ NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
51
+
52
+ Enables the user to use the AI Interpreter related features
53
+
54
+ Possible Values:
55
+ - Disabled
56
+ - Enabled
57
+
58
+ ``` yaml
59
+ Type : String
60
+ Parameter Sets : (All)
61
+ Aliases :
62
+ Applicable : Microsoft Teams
63
+
64
+ Required : False
65
+ Position : Named
66
+ Default value : None
67
+ Accept pipeline input : False
68
+ Accept wildcard characters : False
69
+ ` ` `
70
+
48
71
### -AllowCallForwardingToPhone
49
72
Enables the user to configure in the Microsoft Teams client call forwarding or simultaneous ringing of inbound calls to any phone number.
50
73
@@ -521,6 +544,31 @@ Accept pipeline input: False
521
544
Accept wildcard characters: False
522
545
` ` `
523
546
547
+ # ## -VoiceSimulationInInterpretation
548
+
549
+ NOTE : This feature has not been released yet and will have no changes if it is enabled or disabled.
550
+
551
+ Enables the user to use the voice simulation feature while being AI interpreted.
552
+
553
+ Possible Values :
554
+ - DisabledUserOverride
555
+ - Disabled
556
+ - Enabled
557
+ - EnabledUserOverride
558
+
559
+ ` ` ` yaml
560
+ Type: String
561
+ Parameter Sets: (All)
562
+ Aliases:
563
+ Applicable: Microsoft Teams
564
+
565
+ Required: False
566
+ Position: Named
567
+ Default value: None
568
+ Accept pipeline input: False
569
+ Accept wildcard characters: False
570
+ ` ` `
571
+
524
572
# ## -Force
525
573
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
526
574
0 commit comments