Class: Aws::LexModelsV2::Types::DescriptiveBotBuilderSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::DescriptiveBotBuilderSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains specifications for the descriptive bot building feature.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bedrock_model_specification  ⇒ Types::BedrockModelSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
 - 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the descriptive bot building feature is activated or not.
 
Instance Attribute Details
#bedrock_model_specification ⇒ Types::BedrockModelSpecification
An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
      7175 7176 7177 7178 7179 7180  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7175 class DescriptiveBotBuilderSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end  | 
  
#enabled ⇒ Boolean
Specifies whether the descriptive bot building feature is activated or not.
      7175 7176 7177 7178 7179 7180  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7175 class DescriptiveBotBuilderSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end  |