Skip to content

Commit 4168bb4

Browse files
authored
Update Set-CsTeamsRecordingAndTranscriptionCustomMessage.md
1 parent 568eefc commit 4168bb4

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTeamsRecordingAndTranscriptionCustomMessage.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,43 @@ Modifies an existing TeamsRecordingAndTranscriptionCustomMessage settings in you
2121

2222
```
2323
Set-CsTeamsRecordingAndTranscriptionCustomMessage
24+
[-Id <System.Guid>]
25+
[-Description <String>]
26+
[-RecordingAndTranscriptionLocalizationCustomMessage <RecordingAndTranscriptionLocalizationCustomMessage>]
2427
[<CommonParameters>]
2528
```
2629

2730
This command modifies the custom recording and transcription prompt messages created using the New-CsTeamsRecordingAndTranscriptionCustomMessage command. Please refer directly to the documentation for New-CsTeamsRecordingAndTranscriptionCustomMessage to learn how to use this command.
28-
2931
The only difference is that when using the Set command, you must specify the Id to indicate which specific TeamsRecordingAndTranscriptionCustomMessage setting you want to modify.
3032

33+
## Parameters
34+
### -Id
35+
The ObjectId of the CsTeamsRecordingAndTranscriptionCustomMessage setting, By assigning the ID to the **RecordingAndTranscriptionCustomMessageIdentifier** field in the meeting policy or calling policy, you can associate the current custom prompt message configuration with a user group or individual users.
36+
37+
At the same time, when creating CsTeamsRecordingAndTranscriptionCustomMessage, it is not necessary to explicitly specify the ID; a GUID will be automatically generated and stored as the Id.
38+
39+
### -DESCRIPTION
40+
Add a description for CsTeamsRecordingAndTranscriptionCustomMessage.
41+
42+
### -RecordingAndTranscriptionLocalizationCustomMessage
43+
Set the specific recording and transcription prompt messages to be customized. The type is a list of TeamsRecordingAndTranscriptionLocalizationCustomMessage, with each element in the list representing a custom message for a particular language. For more information, please refer to New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.
44+
```yaml
45+
Type: TeamsRecordingAndTranscriptionLocalizationCustomMessage[]
46+
Parameter Sets: (All)
47+
Aliases:
48+
49+
Required: False
50+
Position: Named
51+
Default value: None
52+
Accept pipeline input: False
53+
Accept wildcard characters: False
54+
```
55+
3156
## RELATED LINKS
3257
[New-CsTeamsRecordingAndTranscriptionCustomMessage](https://learn.microsoft.com/powershell/module/microsoftteams/new-CsTeamsRecordingAndTranscriptionCustomMessage)
58+
59+
[Remove-CsTeamsRecordingAndTranscriptionCustomMessage](https://learn.microsoft.com/powershell/module/microsoftteams/remove-CsTeamsRecordingAndTranscriptionCustomMessage)
60+
61+
[Get-CsTeamsRecordingAndTranscriptionCustomMessage](https://learn.microsoft.com/powershell/module/microsoftteams/get-CsTeamsRecordingAndTranscriptionCustomMessage)
62+
63+
[New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage](https://learn.microsoft.com/powershell/module/microsoftteams/new-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage)

0 commit comments

Comments
 (0)