Class: Aws::LexModelsV2::Types::CustomVocabularyItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::CustomVocabularyItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The unique custom vocabulary item from the custom vocabulary list.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #display_as  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DisplayAs value for the custom vocabulary item from the custom vocabulary list.
 - 
  
    
      #item_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
 - 
  
    
      #phrase  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique phrase for the custom vocabulary item from the custom vocabulary list.
 - 
  
    
      #weight  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The weight assigned for the custom vocabulary item from the custom vocabulary list.
 
Instance Attribute Details
#display_as ⇒ String
The DisplayAs value for the custom vocabulary item from the custom vocabulary list.
      4811 4812 4813 4814 4815 4816 4817 4818  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4811 class CustomVocabularyItem < Struct.new( :item_id, :phrase, :weight, :display_as) SENSITIVE = [] include Aws::Structure end  | 
  
#item_id ⇒ String
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
      4811 4812 4813 4814 4815 4816 4817 4818  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4811 class CustomVocabularyItem < Struct.new( :item_id, :phrase, :weight, :display_as) SENSITIVE = [] include Aws::Structure end  | 
  
#phrase ⇒ String
The unique phrase for the custom vocabulary item from the custom vocabulary list.
      4811 4812 4813 4814 4815 4816 4817 4818  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4811 class CustomVocabularyItem < Struct.new( :item_id, :phrase, :weight, :display_as) SENSITIVE = [] include Aws::Structure end  | 
  
#weight ⇒ Integer
The weight assigned for the custom vocabulary item from the custom vocabulary list.
      4811 4812 4813 4814 4815 4816 4817 4818  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4811 class CustomVocabularyItem < Struct.new( :item_id, :phrase, :weight, :display_as) SENSITIVE = [] include Aws::Structure end  |