Class: Aws::LexModelsV2::Types::AgentTurnResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::AgentTurnResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The information about the agent turn in a test set execution.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #actual_agent_prompt  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actual agent prompt for the agent turn in a test set execution.
 - 
  
    
      #actual_elicited_slot  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actual elicited slot for the agent turn in a test set execution.
 - 
  
    
      #actual_intent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actual intent for the agent turn in a test set execution.
 - 
  
    
      #error_details  ⇒ Types::ExecutionErrorDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about an error in an execution of a test set.
 - 
  
    
      #expected_agent_prompt  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected agent prompt for the agent turn in a test set execution.
 
Instance Attribute Details
#actual_agent_prompt ⇒ String
The actual agent prompt for the agent turn in a test set execution.
      68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 68 class AgentTurnResult < Struct.new( :expected_agent_prompt, :actual_agent_prompt, :error_details, :actual_elicited_slot, :actual_intent) SENSITIVE = [] include Aws::Structure end  | 
  
#actual_elicited_slot ⇒ String
The actual elicited slot for the agent turn in a test set execution.
      68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 68 class AgentTurnResult < Struct.new( :expected_agent_prompt, :actual_agent_prompt, :error_details, :actual_elicited_slot, :actual_intent) SENSITIVE = [] include Aws::Structure end  | 
  
#actual_intent ⇒ String
The actual intent for the agent turn in a test set execution.
      68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 68 class AgentTurnResult < Struct.new( :expected_agent_prompt, :actual_agent_prompt, :error_details, :actual_elicited_slot, :actual_intent) SENSITIVE = [] include Aws::Structure end  | 
  
#error_details ⇒ Types::ExecutionErrorDetails
Details about an error in an execution of a test set.
      68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 68 class AgentTurnResult < Struct.new( :expected_agent_prompt, :actual_agent_prompt, :error_details, :actual_elicited_slot, :actual_intent) SENSITIVE = [] include Aws::Structure end  | 
  
#expected_agent_prompt ⇒ String
The expected agent prompt for the agent turn in a test set execution.
      68 69 70 71 72 73 74 75 76  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 68 class AgentTurnResult < Struct.new( :expected_agent_prompt, :actual_agent_prompt, :error_details, :actual_elicited_slot, :actual_intent) SENSITIVE = [] include Aws::Structure end  |