| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.DefaultVocabulary
Description
Synopsis
- data DefaultVocabulary = DefaultVocabulary' {}
- newDefaultVocabulary :: Text -> VocabularyLanguageCode -> Text -> Text -> DefaultVocabulary
- defaultVocabulary_instanceId :: Lens' DefaultVocabulary Text
- defaultVocabulary_languageCode :: Lens' DefaultVocabulary VocabularyLanguageCode
- defaultVocabulary_vocabularyId :: Lens' DefaultVocabulary Text
- defaultVocabulary_vocabularyName :: Lens' DefaultVocabulary Text
Documentation
data DefaultVocabulary Source #
Contains information about a default vocabulary.
See: newDefaultVocabulary smart constructor.
Constructors
| DefaultVocabulary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> VocabularyLanguageCode | |
| -> Text | |
| -> Text | |
| -> DefaultVocabulary |
Create a value of DefaultVocabulary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceId:DefaultVocabulary', defaultVocabulary_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:languageCode:DefaultVocabulary', defaultVocabulary_languageCode - The language code of the vocabulary entries. For a list of languages and
their corresponding language codes, see
What is Amazon Transcribe?
$sel:vocabularyId:DefaultVocabulary', defaultVocabulary_vocabularyId - The identifier of the custom vocabulary.
$sel:vocabularyName:DefaultVocabulary', defaultVocabulary_vocabularyName - A unique name of the custom vocabulary.
defaultVocabulary_instanceId :: Lens' DefaultVocabulary Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
defaultVocabulary_languageCode :: Lens' DefaultVocabulary VocabularyLanguageCode Source #
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
defaultVocabulary_vocabularyId :: Lens' DefaultVocabulary Text Source #
The identifier of the custom vocabulary.
defaultVocabulary_vocabularyName :: Lens' DefaultVocabulary Text Source #
A unique name of the custom vocabulary.