Class: Aws::LexModelsV2::Types::NewCustomVocabularyItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::NewCustomVocabularyItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The new custom vocabulary item from the custom vocabulary list.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #display_as  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display as value assigned to the new custom vocabulary item from the custom vocabulary list.
 - 
  
    
      #phrase  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique phrase for the new custom vocabulary item from the custom vocabulary list.
 - 
  
    
      #weight  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The weight assigned to the new custom vocabulary item from the custom vocabulary list.
 
Instance Attribute Details
#display_as ⇒ String
The display as value assigned to the new custom vocabulary item from the custom vocabulary list.
      11139 11140 11141 11142 11143 11144 11145  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11139 class NewCustomVocabularyItem < Struct.new( :phrase, :weight, :display_as) SENSITIVE = [] include Aws::Structure end  | 
  
#phrase ⇒ String
The unique phrase for the new custom vocabulary item from the custom vocabulary list.
      11139 11140 11141 11142 11143 11144 11145  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11139 class NewCustomVocabularyItem < Struct.new( :phrase, :weight, :display_as) SENSITIVE = [] include Aws::Structure end  | 
  
#weight ⇒ Integer
The weight assigned to the new custom vocabulary item from the custom vocabulary list.
      11139 11140 11141 11142 11143 11144 11145  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11139 class NewCustomVocabularyItem < Struct.new( :phrase, :weight, :display_as) SENSITIVE = [] include Aws::Structure end  |