Skip to content

Commit 2632b22

Browse files
authored
Merge pull request #13134 from CLYVR/patch-54
Update New-CsComplianceRecordingForCallQueueTemplate.md
2 parents dfd96ed + 39ff9c9 commit 2632b22

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Retrieves the Tag templates in the tenant.
1818

1919
## SYNTAX
2020
```
21-
Get-CsTagsTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
21+
Get-CsTagsTemplate [-Id <String>] [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -33,7 +33,7 @@ The Get-CsTagTemplate cmdlet returns a list of all Tag templates in the tenant.
3333

3434
## PARAMETERS
3535

36-
### -Identity
36+
### -Id
3737
The unique identifier for the Tag template.
3838

3939
```yaml

teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia
1919
## SYNTAX
2020

2121
```
22-
New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -BotId <String>
22+
New-CsComplianceRecordingForCallQueueTemplate -Name <String> -Description <String> -BotApplicationInstanceObjectId <String>
2323
[-RequiredDuringCall <Boolean>] [-RequiredBeforeCall <Boolean>] [-CurrentInvitationCount <Int32>]
24-
[-PairedApplication <String>] [<CommonParameters>]
24+
[-PairedApplicationInstanceObjectId <String>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -34,16 +34,16 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia
3434

3535
### Example 1
3636
```
37-
New-CsComplianceRecordingForCallQueueTemplate -Name "Customer Service" -Description "Required before/during call" -BotId 14732826-8206-42e3-b51e-6693e2abb698 -RequiredDuringCall $true -RequiredBeforeCall $true
37+
New-CsComplianceRecordingForCallQueueTemplate -Name "Customer Service" -Description "Required before/during call" -BotApplicationInstanceObjectId 14732826-8206-42e3-b51e-6693e2abb698 -RequiredDuringCall $true -RequiredBeforeCall $true
3838
```
3939

4040
This example creates a new Compliance Recording for Call Queue template.
4141

4242
## PARAMETERS
4343

44-
### -BotId
44+
### -BotApplicationInstanceObjectId
4545

46-
The Application Instance Object Id of the compliance recording bot to invite.
46+
The compliance recording bot's application instance object Id.
4747

4848
Use [Get-CsOnlineApplicationInstance](get-csonlineapplicationinstance.md) to get the `ObjectId`.
4949

@@ -107,9 +107,9 @@ Accept pipeline input: False
107107
Accept wildcard characters: False
108108
```
109109
110-
### -PairedApplication
110+
### -PairedApplicationInstanceObjectId
111111
112-
The PairedApplication parameter specifies the paired application for the call queue.
112+
The PairedApplicationInstanceObjectId parameter specifies the paired compliance recording bot application object Id to invite to the call.
113113
114114
```yaml
115115
Type: System.String

0 commit comments

Comments
 (0)