Get-CsAutoAttendantSupportedLanguage
The Get-CsAutoAttendantSupportedLanguage cmdlet gets languages that are supported by the Auto Attendant (AA) service.
Syntax
Get-CsAutoAttendantSupportedLanguage
[-Identity <String>]
[-Tenant <Guid>]
[<CommonParameters>]
Description
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.
Examples
-------------------------- Example 1 --------------------------
Get-CsAutoAttendantSupportedLanguage
This example gets all supported languages.
-------------------------- Example 2 --------------------------
Get-CsAutoAttendantSupportedLanguage -Identity "en-US"
This example gets the language that the Identity parameter specifies (en-US).
Parameters
-Identity
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 |
-Tenant
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
Inputs
System.String
The Get-CsAutoAttendantSupportedLanguage cmdlet accepts a string as the Identity parameter.
Outputs
Microsoft.Rtc.Management.Hosted.OAA.Models.Language