Skip to content

Commit 300193f

Browse files
committed
code review changes
1 parent c17a710 commit 300193f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-CsAiAgents -ProviderId <string> [-IsTeamsIvrEnabled]
2424

2525
## DESCRIPTION
2626

27-
> [!CAUTION]
27+
> [!NOTE]
2828
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
2929
3030
The Get-CsAiAgents cmdlet returns a list of all AI Agents in the tenant.
@@ -33,13 +33,13 @@ The Get-CsAiAgents cmdlet returns a list of all AI Agents in the tenant.
3333

3434
### Example 1 - Get AI agents from a provider
3535

36-
```
37-
Get-CsAiAgents -IsTeamsIvrEnabled -ProviderId "9d8f559b-5de4-46a4-902a-ad4271e83efa"
38-
```
39-
4036
This example gets the AI Agents from ProviderId "9d8f559b-5de4-46a4-902a-ad4271e83efa" that are compatible with Teams Interactive Voice Response (IVR). The output of the Get-CsAiAgents cmdlet is a list of AI Agents, with parameters such as `BotHandle`, `MsaAppId`, `MsaAppTenantId` and more.
4137

38+
```powershell
39+
Get-CsAiAgents -IsTeamsIvrEnabled -ProviderId "9d8f559b-5de4-46a4-902a-ad4271e83efa"
4240
```
41+
42+
```Output
4343
BotHandle CallingApiVersion Channel Cid IsTeamsIvrEnabled IsTeamsVoiceEnabled MessagingApiVersion MsaAppId MsaAppTenantId ProviderId PublishState
4444
--------- ----------------- ------- --- ----------------- ------------------- ------------------- -------- -------------- ---------- ------------
4545
8a1b2c33-4d55-4f1e-9a2b-7f4b3a2b1c7e {msteams} 0 True True 3 c91e0a62-8d9e-4d6d-9e55-2a0b7b9f3d64 1bdf0cd6-a880-43c0-adde-ebf94070c03d 9d8f559b-5de4-46a4-902a-ad4271e83efa Preview
@@ -53,12 +53,12 @@ e5f7a913-0c2f-4f3a-8f69-9d1b40e2a3f1 {msteams} 0 True
5353

5454
### Example 2 - Get AI agents from mulitple providers
5555

56-
```
56+
This example gets the AI Agents from multiple ProviderIds that are compatible with Teams Interactive Voice Response (IVR).
57+
58+
```powershell
5759
Get-CsAiAgents -IsTeamsIvrEnabled -ProviderId "9d8f559b-5de4-46a4-902a-ad4271e83efa,905de543-6cf8-44a4-ab05-83bcd500f39e"
5860
```
5961

60-
This example gets the AI Agents from multiple ProviderIds that are compatible with Teams Interactive Voice Response (IVR).
61-
6262
## PARAMETERS
6363

6464
### -ProviderId

0 commit comments

Comments
 (0)