@@ -21,6 +21,7 @@ Use this cmdlet to update values in existing Teams Calling Policies.
21
21
### Identity (Default)
22
22
```
23
23
Set-CsTeamsCallingPolicy [-Identity] <string>
24
+ [-AIInterpreter <string>]
24
25
[-AllowCallForwardingToPhone <boolean>]
25
26
[-AllowCallForwardingToUser <boolean>]
26
27
[-AllowCallGroups <boolean>]
@@ -45,6 +46,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
45
46
[-PopoutForIncomingPstnCalls <string>]
46
47
[-PreventTollBypass <boolean>]
47
48
[-SpamFilteringEnabledType <string>]
49
+ [-VoiceSimulationInInterpretation <string>]
48
50
[-WhatIf]
49
51
[<CommonParameters>]
50
52
```
@@ -73,6 +75,28 @@ Sets the value of the parameter LiveCaptionsEnabledTypeForCalling to Disabled in
73
75
74
76
## PARAMETERS
75
77
78
+ ### -AIInterpreter
79
+ NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
80
+
81
+ Enables the user to use the AI Interpreter related features
82
+
83
+ Possible Values:
84
+ - Disabled
85
+ - Enabled
86
+
87
+ ``` yaml
88
+ Type : String
89
+ Parameter Sets : (All)
90
+ Aliases :
91
+ Applicable : Microsoft Teams
92
+
93
+ Required : False
94
+ Position : Named
95
+ Default value : None
96
+ Accept pipeline input : False
97
+ Accept wildcard characters : False
98
+ ` ` `
99
+
76
100
### -AllowCallForwardingToPhone
77
101
Enables the user to configure in the Microsoft Teams client call forwarding or simultaneous ringing of inbound calls to any phone number.
78
102
@@ -506,6 +530,31 @@ Accept pipeline input: False
506
530
Accept wildcard characters: False
507
531
` ` `
508
532
533
+ # ## -VoiceSimulationInInterpretation
534
+
535
+ NOTE : This feature has not been released yet and will have no changes if it is enabled or disabled.
536
+
537
+ Enables the user to use the voice simulation feature while being AI interpreted.
538
+
539
+ Possible Values :
540
+ - DisabledUserOverride
541
+ - Disabled
542
+ - Enabled
543
+ - EnabledUserOverride
544
+
545
+ ` ` ` yaml
546
+ Type: String
547
+ Parameter Sets: (All)
548
+ Aliases:
549
+ Applicable: Microsoft Teams
550
+
551
+ Required: False
552
+ Position: Named
553
+ Default value: None
554
+ Accept pipeline input: False
555
+ Accept wildcard characters: False
556
+ ` ` `
557
+
509
558
# ## -Force
510
559
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
511
560
0 commit comments