Class: Aws::Types::BuildtimeSettings
- Inherits:
-
Object
- Object
- Aws::Types::BuildtimeSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#descriptive_bot_builder ⇒ Types::DescriptiveBotBuilderSpecification
Returns the value of attribute descriptive_bot_builder.
-
#sample_utterance_generation ⇒ Types::SampleUtteranceGenerationSpecification
Returns the value of attribute sample_utterance_generation.
Instance Attribute Details
#descriptive_bot_builder ⇒ Types::DescriptiveBotBuilderSpecification
Returns the value of attribute descriptive_bot_builder.
618 619 620 |
# File 'sig/types.rbs', line 618 def descriptive_bot_builder @descriptive_bot_builder end |
#sample_utterance_generation ⇒ Types::SampleUtteranceGenerationSpecification
Returns the value of attribute sample_utterance_generation.
619 620 621 |
# File 'sig/types.rbs', line 619 def sample_utterance_generation @sample_utterance_generation end |