Class: Aws::LexModelsV2::Types::DescriptiveBotBuilderSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bedrock_model_specificationTypes::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

#enabledBoolean

Specifies whether the descriptive bot building feature is activated or not.

Returns:

  • (Boolean)


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