List Default Vocabularies
connect_list_default_vocabularies | R Documentation |
Lists the default vocabularies for the specified Amazon Connect instance¶
Description¶
Lists the default vocabularies for the specified Amazon Connect instance.
Usage¶
connect_list_default_vocabularies(InstanceId, LanguageCode, MaxResults,
NextToken)
Arguments¶
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
LanguageCode |
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe? |
MaxResults |
The maximum number of results to return per page. |
NextToken |
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. |
Value¶
A list with the following syntax:
list(
DefaultVocabularyList = list(
list(
InstanceId = "string",
LanguageCode = "ar-AE"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fr-CA"|"fr-FR"|"hi-IN"|"it-IT"|"ja-JP"|"ko-KR"|"pt-BR"|"pt-PT"|"zh-CN"|"en-NZ"|"en-ZA"|"ca-ES"|"da-DK"|"fi-FI"|"id-ID"|"ms-MY"|"nl-NL"|"no-NO"|"pl-PL"|"sv-SE"|"tl-PH",
VocabularyId = "string",
VocabularyName = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_default_vocabularies(
InstanceId = "string",
LanguageCode = "ar-AE"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fr-CA"|"fr-FR"|"hi-IN"|"it-IT"|"ja-JP"|"ko-KR"|"pt-BR"|"pt-PT"|"zh-CN"|"en-NZ"|"en-ZA"|"ca-ES"|"da-DK"|"fi-FI"|"id-ID"|"ms-MY"|"nl-NL"|"no-NO"|"pl-PL"|"sv-SE"|"tl-PH",
MaxResults = 123,
NextToken = "string"
)