Get-CsAutoAttendantSupportedLanguage
The Get-CsAutoAttendantSupportedLanguage cmdlet gets languages that are supported by the Auto Attendant (AA) service.
Get-CsAutoAttendantSupportedLanguage
[-Identity <String>]
[-Tenant <Guid>]
[<CommonParameters>]
The Get-CsAutoAttendantSupportedLanguage cmdlet gets all languages (and their corresponding voices/speakers) that are supported by the AA service, or a specific language if its Identity is provided.
Get-CsAutoAttendantSupportedLanguage
This example gets all supported languages.
Get-CsAutoAttendantSupportedLanguage -Identity "en-US"
This example gets the language that the Identity parameter specifies (en-US).
The Identity parameter designates a specific language to be retrieved. If this parameter is not specified, then all supported languages are returned.
Type: | System.String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
System.String
The Get-CsAutoAttendantSupportedLanguage cmdlet accepts a string as the Identity parameter.
Microsoft.Rtc.Management.Hosted.OAA.Models.Language