Class: Aws::Connect::Types::DescribeVocabularyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeVocabularyResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vocabulary ⇒ Types::Vocabulary
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
Instance Attribute Details
#vocabulary ⇒ Types::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.
6599 6600 6601 6602 6603 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6599 class DescribeVocabularyResponse < Struct.new( :vocabulary) SENSITIVE = [] include Aws::Structure end |