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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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.



7102
7103
7104
7105
7106
7107
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7102

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)


7102
7103
7104
7105
7106
7107
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7102

class DescriptiveBotBuilderSpecification < Struct.new(
  :enabled,
  :bedrock_model_specification)
  SENSITIVE = []
  include Aws::Structure
end