Class: Aws::LexModelsV2::Types::ConversationLevelSlotResolutionResultItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::ConversationLevelSlotResolutionResultItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The slots used for the slot resolution in the conversation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #intent_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The intents used in the slots list for the slot resolution details.
 - 
  
    
      #match_result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of matching slots used in the slots listings for the slot resolution evaluation.
 - 
  
    
      #slot_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The slot name in the slots list for the slot resolution details.
 
Instance Attribute Details
#intent_name ⇒ String
The intents used in the slots list for the slot resolution details.
      3169 3170 3171 3172 3173 3174 3175  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3169 class ConversationLevelSlotResolutionResultItem < Struct.new( :intent_name, :slot_name, :match_result) SENSITIVE = [] include Aws::Structure end  | 
  
#match_result ⇒ String
The number of matching slots used in the slots listings for the slot resolution evaluation.
      3169 3170 3171 3172 3173 3174 3175  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3169 class ConversationLevelSlotResolutionResultItem < Struct.new( :intent_name, :slot_name, :match_result) SENSITIVE = [] include Aws::Structure end  | 
  
#slot_name ⇒ String
The slot name in the slots list for the slot resolution details.
      3169 3170 3171 3172 3173 3174 3175  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3169 class ConversationLevelSlotResolutionResultItem < Struct.new( :intent_name, :slot_name, :match_result) SENSITIVE = [] include Aws::Structure end  |