Skip to content

Commit dc85378

Browse files
committed
update
1 parent 8c384b3 commit dc85378

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsAiAgents.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Get-CsAiAgents -IsTeamsIvrEnabled -ProviderId "9d8f559b-5de4-46a4-902a-ad4271e83
3737

3838
This example gets the AI Agents from ProviderId "9d8f559b-5de4-46a4-902a-ad4271e83efa" that are compatible with Teams Interactive Voice Response (IVR).
3939

40+
41+
```
42+
Get-CsAiAgents -IsTeamsIvrEnabled -ProviderId "9d8f559b-5de4-46a4-902a-ad4271e83efa,905de543-6cf8-44a4-ab05-83bcd500f39e"
43+
```
44+
45+
This example gets the AI Agents from multiple ProviderIds that are compatible with Teams Interactive Voice Response (IVR).
46+
4047
## PARAMETERS
4148

4249
### -ProviderId

0 commit comments

Comments
 (0)