Class: Aws::LexModelsV2::Types::SampleUtteranceGenerationSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains specifications for the sample utterance generation feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_model_specificationTypes::BedrockModelSpecification

Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.



11886
11887
11888
11889
11890
11891
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11886

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

#enabledBoolean

Specifies whether to enable sample utterance generation or not.

Returns:

  • (Boolean)


11886
11887
11888
11889
11890
11891
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11886

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