@@ -64,8 +64,6 @@ This example creates a menu option to play an announcement for the defined promp
64
64
65
65
### -Action
66
66
67
- > Applicable: Microsoft Teams
68
-
69
67
The Action parameter represents the action to be taken when the menu option is activated. The Action must be set to one of the following values:
70
68
71
69
- Announcement - plays a defined prompt then returns to the menu
@@ -87,8 +85,6 @@ Accept wildcard characters: False
87
85
88
86
### -CallTarget
89
87
90
- > Applicable: Microsoft Teams
91
-
92
88
The CallTarget parameter represents the target for call transfer after the menu option is selected.
93
89
94
90
CallTarget is required if the action of the menu option is TransferCallToTarget.
@@ -109,8 +105,6 @@ Accept wildcard characters: False
109
105
110
106
### -Description
111
107
112
- > Applicable: Microsoft Teams
113
-
114
108
_Voice applications private preview customers only._
115
109
116
110
_Saving an auto attendant configuration through Teams admin center will remove this setting._
@@ -135,8 +129,6 @@ Accept wildcard characters: False
135
129
136
130
### -DtmfResponse
137
131
138
- > Applicable: Microsoft Teams
139
-
140
132
The DtmfResponse parameter indicates the key on the telephone keypad to be pressed to activate the menu option. The DtmfResponse must be set to one of the following values:
141
133
142
134
- Tone0 to Tone9 - Corresponds to DTMF tones from 0 to 9.
@@ -158,8 +150,6 @@ Accept wildcard characters: False
158
150
159
151
### -MainlineAttendantTarget
160
152
161
- > Applicable: Microsoft Teams
162
-
163
153
_Voice applications private preview customers only._
164
154
165
155
_Saving an auto attendant configuration through Teams admin center will remove this setting._
@@ -180,8 +170,6 @@ Accept wildcard characters: False
180
170
181
171
### -Prompt
182
172
183
- > Applicable: Microsoft Teams
184
-
185
173
The **Prompt** parameter reflects the prompts to play when the menu option is activated.
186
174
187
175
You can create new prompts by using the **New-CsAutoAttendantPrompt** cmdlet.
@@ -202,9 +190,7 @@ Accept wildcard characters: False
202
190
203
191
### -Tenant
204
192
205
- > Applicable: Microsoft Teams
206
-
207
- {{ Fill Tenant Description }}
193
+ This parameter is reserved for Microsoft internal use only.
208
194
209
195
` ` ` yaml
210
196
Type : System.Guid
@@ -220,8 +206,6 @@ Accept wildcard characters: False
220
206
221
207
### -VoiceResponses
222
208
223
- > Applicable: Microsoft Teams
224
-
225
209
The VoiceResponses parameter represents the voice responses to select a menu option when Voice Responses are enabled for the auto attendant.
226
210
227
211
Voice responses are currently limited to one voice response per menu option.
0 commit comments