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.DescribeVocabulary

Description

Describes the specified vocabulary.

Synopsis

Creating a Request

data DescribeVocabulary Source #

See: newDescribeVocabulary smart constructor.

Constructors

DescribeVocabulary' 

Fields

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • vocabularyId :: Text

    The identifier of the custom vocabulary.

Instances

Instances details
ToHeaders DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

ToPath DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

ToQuery DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

AWSRequest DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Associated Types

type AWSResponse DescribeVocabulary #

Generic DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Associated Types

type Rep DescribeVocabulary :: Type -> Type #

Read DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Show DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

NFData DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Methods

rnf :: DescribeVocabulary -> () #

Eq DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Hashable DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

type AWSResponse DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

type Rep DescribeVocabulary Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

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

newDescribeVocabulary Source #

Create a value of DescribeVocabulary 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:

DescribeVocabulary, describeVocabulary_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

DescribeVocabulary, describeVocabulary_vocabularyId - The identifier of the custom vocabulary.

Request Lenses

describeVocabulary_instanceId :: Lens' DescribeVocabulary Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

describeVocabulary_vocabularyId :: Lens' DescribeVocabulary Text Source #

The identifier of the custom vocabulary.

Destructuring the Response

data DescribeVocabularyResponse Source #

See: newDescribeVocabularyResponse smart constructor.

Constructors

DescribeVocabularyResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • vocabulary :: Vocabulary

    A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.

Instances

Instances details
Generic DescribeVocabularyResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Associated Types

type Rep DescribeVocabularyResponse :: Type -> Type #

Read DescribeVocabularyResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Show DescribeVocabularyResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

NFData DescribeVocabularyResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

Eq DescribeVocabularyResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

type Rep DescribeVocabularyResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeVocabulary

type Rep DescribeVocabularyResponse = D1 ('MetaData "DescribeVocabularyResponse" "Amazonka.Connect.DescribeVocabulary" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "DescribeVocabularyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "vocabulary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Vocabulary)))

newDescribeVocabularyResponse Source #

Create a value of DescribeVocabularyResponse 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:httpStatus:DescribeVocabularyResponse', describeVocabularyResponse_httpStatus - The response's http status code.

$sel:vocabulary:DescribeVocabularyResponse', describeVocabularyResponse_vocabulary - A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.

Response Lenses

describeVocabularyResponse_vocabulary :: Lens' DescribeVocabularyResponse Vocabulary Source #

A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.