| 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.DescribeVocabulary
Description
Describes the specified vocabulary.
Synopsis
- data DescribeVocabulary = DescribeVocabulary' {
- instanceId :: Text
- vocabularyId :: Text
- newDescribeVocabulary :: Text -> Text -> DescribeVocabulary
- describeVocabulary_instanceId :: Lens' DescribeVocabulary Text
- describeVocabulary_vocabularyId :: Lens' DescribeVocabulary Text
- data DescribeVocabularyResponse = DescribeVocabularyResponse' {}
- newDescribeVocabularyResponse :: Int -> Vocabulary -> DescribeVocabularyResponse
- describeVocabularyResponse_httpStatus :: Lens' DescribeVocabularyResponse Int
- describeVocabularyResponse_vocabulary :: Lens' DescribeVocabularyResponse Vocabulary
Creating a Request
data DescribeVocabulary Source #
See: newDescribeVocabulary smart constructor.
Constructors
| DescribeVocabulary' | |
Fields
| |
Instances
newDescribeVocabulary Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeVocabulary |
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
| |
Instances
newDescribeVocabularyResponse Source #
Arguments
| :: Int | |
| -> Vocabulary | |
| -> DescribeVocabularyResponse |
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_httpStatus :: Lens' DescribeVocabularyResponse Int Source #
The response's http status code.
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.