Class: Aws::Connect::Types::DescribeVocabularyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DescribeVocabularyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      7545 7546 7547 7548 7549  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7545 class DescribeVocabularyResponse < Struct.new( :vocabulary) SENSITIVE = [] include Aws::Structure end  |