Class: Aws::LexModelsV2::Types::SampleUtteranceGenerationSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::SampleUtteranceGenerationSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains specifications for the sample utterance generation feature.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bedrock_model_specification  ⇒ Types::BedrockModelSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
 - 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to enable sample utterance generation or not.
 
Instance Attribute Details
#bedrock_model_specification ⇒ Types::BedrockModelSpecification
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
      11959 11960 11961 11962 11963 11964  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11959 class SampleUtteranceGenerationSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#enabled ⇒ Boolean
Specifies whether to enable sample utterance generation or not.
      11959 11960 11961 11962 11963 11964  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11959 class SampleUtteranceGenerationSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end  |