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.
12045 12046 12047 12048 12049 12050 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12045 class SampleUtteranceGenerationSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether to enable sample utterance generation or not.
12045 12046 12047 12048 12049 12050 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12045 class SampleUtteranceGenerationSpecification < Struct.new( :enabled, :bedrock_model_specification) SENSITIVE = [] include Aws::Structure end |