amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.DefaultVocabulary

Description

 
Synopsis

Documentation

data DefaultVocabulary Source #

Contains information about a default vocabulary.

See: newDefaultVocabulary smart constructor.

Constructors

DefaultVocabulary' 

Fields

Instances

Instances details
FromJSON DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

Generic DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

Associated Types

type Rep DefaultVocabulary :: Type -> Type #

Read DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

Show DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

NFData DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

Methods

rnf :: DefaultVocabulary -> () #

Eq DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

Hashable DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

type Rep DefaultVocabulary Source # 
Instance details

Defined in Amazonka.Connect.Types.DefaultVocabulary

type Rep DefaultVocabulary = D1 ('MetaData "DefaultVocabulary" "Amazonka.Connect.Types.DefaultVocabulary" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "DefaultVocabulary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VocabularyLanguageCode)) :*: (S1 ('MetaSel ('Just "vocabularyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDefaultVocabulary Source #

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.