AWSConnectVocabularyLanguageCode

Objective-C

NS_ENUM(NSInteger, AWSConnectVocabularyLanguageCode) {
    AWSConnectVocabularyLanguageCodeUnknown,
    AWSConnectVocabularyLanguageCodeArAE,
    AWSConnectVocabularyLanguageCodeDeCH,
    AWSConnectVocabularyLanguageCodeDeDE,
    AWSConnectVocabularyLanguageCodeEnAB,
    AWSConnectVocabularyLanguageCodeEnAU,
    AWSConnectVocabularyLanguageCodeEnGB,
    AWSConnectVocabularyLanguageCodeEnIE,
    AWSConnectVocabularyLanguageCodeEnIN,
    AWSConnectVocabularyLanguageCodeEnUS,
    AWSConnectVocabularyLanguageCodeEnWL,
    AWSConnectVocabularyLanguageCodeEsES,
    AWSConnectVocabularyLanguageCodeEsUS,
    AWSConnectVocabularyLanguageCodeFrCA,
    AWSConnectVocabularyLanguageCodeFrFR,
    AWSConnectVocabularyLanguageCodeHiIN,
    AWSConnectVocabularyLanguageCodeItIT,
    AWSConnectVocabularyLanguageCodeJaJP,
    AWSConnectVocabularyLanguageCodeKoKR,
    AWSConnectVocabularyLanguageCodePtBR,
    AWSConnectVocabularyLanguageCodePtPT,
    AWSConnectVocabularyLanguageCodeZhCN,
    AWSConnectVocabularyLanguageCodeEnNZ,
    AWSConnectVocabularyLanguageCodeEnZA,
}

Swift

enum AWSConnectVocabularyLanguageCode : Int, @unchecked Sendable

Undocumented