| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lex.Bot.GenerativeAISettingsProperty
Documentation
data BedrockModelSpecificationProperty Source #
Constructors
| BedrockModelSpecificationProperty | |
Fields | |
Instances
data BedrockGuardrailConfigurationProperty Source #
Constructors
| BedrockGuardrailConfigurationProperty | |
Fields | |
Instances
| ToJSON BedrockGuardrailConfigurationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BedrockGuardrailConfigurationProperty Methods toJSON :: BedrockGuardrailConfigurationProperty -> Value # toEncoding :: BedrockGuardrailConfigurationProperty -> Encoding # toJSONList :: [BedrockGuardrailConfigurationProperty] -> Value # toEncodingList :: [BedrockGuardrailConfigurationProperty] -> Encoding # omitField :: BedrockGuardrailConfigurationProperty -> Bool # | |||||
| Show BedrockGuardrailConfigurationProperty Source # | |||||
| Eq BedrockGuardrailConfigurationProperty Source # | |||||
| ToResourceProperties BedrockGuardrailConfigurationProperty Source # | |||||
| Property "BedrockGuardrailIdentifier" BedrockGuardrailConfigurationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BedrockGuardrailConfigurationProperty Associated Types
Methods set :: PropertyType "BedrockGuardrailIdentifier" BedrockGuardrailConfigurationProperty -> BedrockGuardrailConfigurationProperty -> BedrockGuardrailConfigurationProperty # | |||||
| Property "BedrockGuardrailVersion" BedrockGuardrailConfigurationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BedrockGuardrailConfigurationProperty Associated Types
Methods set :: PropertyType "BedrockGuardrailVersion" BedrockGuardrailConfigurationProperty -> BedrockGuardrailConfigurationProperty -> BedrockGuardrailConfigurationProperty # | |||||
| type PropertyType "BedrockGuardrailIdentifier" BedrockGuardrailConfigurationProperty Source # | |||||
| type PropertyType "BedrockGuardrailVersion" BedrockGuardrailConfigurationProperty Source # | |||||
data BuildtimeSettingsProperty Source #
Constructors
| BuildtimeSettingsProperty | |
Instances
| ToJSON BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty Methods toJSON :: BuildtimeSettingsProperty -> Value # toEncoding :: BuildtimeSettingsProperty -> Encoding # toJSONList :: [BuildtimeSettingsProperty] -> Value # | |||||
| Show BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty Methods showsPrec :: Int -> BuildtimeSettingsProperty -> ShowS # show :: BuildtimeSettingsProperty -> String # showList :: [BuildtimeSettingsProperty] -> ShowS # | |||||
| Eq BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty Methods (==) :: BuildtimeSettingsProperty -> BuildtimeSettingsProperty -> Bool # (/=) :: BuildtimeSettingsProperty -> BuildtimeSettingsProperty -> Bool # | |||||
| ToResourceProperties BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty Methods toResourceProperties :: BuildtimeSettingsProperty -> ResourceProperties # | |||||
| Property "DescriptiveBotBuilderSpecification" BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty Associated Types
Methods set :: PropertyType "DescriptiveBotBuilderSpecification" BuildtimeSettingsProperty -> BuildtimeSettingsProperty -> BuildtimeSettingsProperty # | |||||
| Property "SampleUtteranceGenerationSpecification" BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty Associated Types
Methods set :: PropertyType "SampleUtteranceGenerationSpecification" BuildtimeSettingsProperty -> BuildtimeSettingsProperty -> BuildtimeSettingsProperty # | |||||
| type PropertyType "DescriptiveBotBuilderSpecification" BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty type PropertyType "DescriptiveBotBuilderSpecification" BuildtimeSettingsProperty = DescriptiveBotBuilderSpecificationProperty | |||||
| type PropertyType "SampleUtteranceGenerationSpecification" BuildtimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.BuildtimeSettingsProperty type PropertyType "SampleUtteranceGenerationSpecification" BuildtimeSettingsProperty = SampleUtteranceGenerationSpecificationProperty | |||||
data DescriptiveBotBuilderSpecificationProperty Source #
Constructors
| DescriptiveBotBuilderSpecificationProperty | |
Fields | |
Instances
| ToJSON DescriptiveBotBuilderSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DescriptiveBotBuilderSpecificationProperty Methods toJSON :: DescriptiveBotBuilderSpecificationProperty -> Value # toEncoding :: DescriptiveBotBuilderSpecificationProperty -> Encoding # toJSONList :: [DescriptiveBotBuilderSpecificationProperty] -> Value # toEncodingList :: [DescriptiveBotBuilderSpecificationProperty] -> Encoding # omitField :: DescriptiveBotBuilderSpecificationProperty -> Bool # | |||||
| Show DescriptiveBotBuilderSpecificationProperty Source # | |||||
| Eq DescriptiveBotBuilderSpecificationProperty Source # | |||||
| ToResourceProperties DescriptiveBotBuilderSpecificationProperty Source # | |||||
| Property "BedrockModelSpecification" DescriptiveBotBuilderSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DescriptiveBotBuilderSpecificationProperty Associated Types
Methods set :: PropertyType "BedrockModelSpecification" DescriptiveBotBuilderSpecificationProperty -> DescriptiveBotBuilderSpecificationProperty -> DescriptiveBotBuilderSpecificationProperty # | |||||
| Property "Enabled" DescriptiveBotBuilderSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DescriptiveBotBuilderSpecificationProperty Associated Types
| |||||
| type PropertyType "BedrockModelSpecification" DescriptiveBotBuilderSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.DescriptiveBotBuilderSpecificationProperty type PropertyType "BedrockModelSpecification" DescriptiveBotBuilderSpecificationProperty = BedrockModelSpecificationProperty | |||||
| type PropertyType "Enabled" DescriptiveBotBuilderSpecificationProperty Source # | |||||
data SampleUtteranceGenerationSpecificationProperty Source #
Constructors
| SampleUtteranceGenerationSpecificationProperty | |
Instances
| ToJSON SampleUtteranceGenerationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceGenerationSpecificationProperty Methods toJSON :: SampleUtteranceGenerationSpecificationProperty -> Value # toEncoding :: SampleUtteranceGenerationSpecificationProperty -> Encoding # toJSONList :: [SampleUtteranceGenerationSpecificationProperty] -> Value # toEncodingList :: [SampleUtteranceGenerationSpecificationProperty] -> Encoding # omitField :: SampleUtteranceGenerationSpecificationProperty -> Bool # | |||||
| Show SampleUtteranceGenerationSpecificationProperty Source # | |||||
| Eq SampleUtteranceGenerationSpecificationProperty Source # | |||||
| ToResourceProperties SampleUtteranceGenerationSpecificationProperty Source # | |||||
| Property "BedrockModelSpecification" SampleUtteranceGenerationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceGenerationSpecificationProperty Associated Types
Methods set :: PropertyType "BedrockModelSpecification" SampleUtteranceGenerationSpecificationProperty -> SampleUtteranceGenerationSpecificationProperty -> SampleUtteranceGenerationSpecificationProperty # | |||||
| Property "Enabled" SampleUtteranceGenerationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceGenerationSpecificationProperty Associated Types
| |||||
| type PropertyType "BedrockModelSpecification" SampleUtteranceGenerationSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SampleUtteranceGenerationSpecificationProperty type PropertyType "BedrockModelSpecification" SampleUtteranceGenerationSpecificationProperty = BedrockModelSpecificationProperty | |||||
| type PropertyType "Enabled" SampleUtteranceGenerationSpecificationProperty Source # | |||||
data RuntimeSettingsProperty Source #
Constructors
| RuntimeSettingsProperty | |
Instances
| ToJSON RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty Methods toJSON :: RuntimeSettingsProperty -> Value # toEncoding :: RuntimeSettingsProperty -> Encoding # toJSONList :: [RuntimeSettingsProperty] -> Value # | |||||
| Show RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty Methods showsPrec :: Int -> RuntimeSettingsProperty -> ShowS # show :: RuntimeSettingsProperty -> String # showList :: [RuntimeSettingsProperty] -> ShowS # | |||||
| Eq RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty Methods (==) :: RuntimeSettingsProperty -> RuntimeSettingsProperty -> Bool # (/=) :: RuntimeSettingsProperty -> RuntimeSettingsProperty -> Bool # | |||||
| ToResourceProperties RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty Methods toResourceProperties :: RuntimeSettingsProperty -> ResourceProperties # | |||||
| Property "NluImprovementSpecification" RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty Associated Types
Methods set :: PropertyType "NluImprovementSpecification" RuntimeSettingsProperty -> RuntimeSettingsProperty -> RuntimeSettingsProperty # | |||||
| Property "SlotResolutionImprovementSpecification" RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty Associated Types
Methods set :: PropertyType "SlotResolutionImprovementSpecification" RuntimeSettingsProperty -> RuntimeSettingsProperty -> RuntimeSettingsProperty # | |||||
| type PropertyType "NluImprovementSpecification" RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty type PropertyType "NluImprovementSpecification" RuntimeSettingsProperty = NluImprovementSpecificationProperty | |||||
| type PropertyType "SlotResolutionImprovementSpecification" RuntimeSettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.RuntimeSettingsProperty type PropertyType "SlotResolutionImprovementSpecification" RuntimeSettingsProperty = SlotResolutionImprovementSpecificationProperty | |||||
data NluImprovementSpecificationProperty Source #
Constructors
| NluImprovementSpecificationProperty | |
Instances
| ToJSON NluImprovementSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.NluImprovementSpecificationProperty | |||||
| Show NluImprovementSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.NluImprovementSpecificationProperty Methods showsPrec :: Int -> NluImprovementSpecificationProperty -> ShowS # show :: NluImprovementSpecificationProperty -> String # showList :: [NluImprovementSpecificationProperty] -> ShowS # | |||||
| Eq NluImprovementSpecificationProperty Source # | |||||
| ToResourceProperties NluImprovementSpecificationProperty Source # | |||||
| Property "Enabled" NluImprovementSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.NluImprovementSpecificationProperty Associated Types
Methods set :: PropertyType "Enabled" NluImprovementSpecificationProperty -> NluImprovementSpecificationProperty -> NluImprovementSpecificationProperty # | |||||
| type PropertyType "Enabled" NluImprovementSpecificationProperty Source # | |||||
data SlotResolutionImprovementSpecificationProperty Source #
Constructors
| SlotResolutionImprovementSpecificationProperty | |
Instances
| ToJSON SlotResolutionImprovementSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotResolutionImprovementSpecificationProperty Methods toJSON :: SlotResolutionImprovementSpecificationProperty -> Value # toEncoding :: SlotResolutionImprovementSpecificationProperty -> Encoding # toJSONList :: [SlotResolutionImprovementSpecificationProperty] -> Value # toEncodingList :: [SlotResolutionImprovementSpecificationProperty] -> Encoding # omitField :: SlotResolutionImprovementSpecificationProperty -> Bool # | |||||
| Show SlotResolutionImprovementSpecificationProperty Source # | |||||
| Eq SlotResolutionImprovementSpecificationProperty Source # | |||||
| ToResourceProperties SlotResolutionImprovementSpecificationProperty Source # | |||||
| Property "BedrockModelSpecification" SlotResolutionImprovementSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotResolutionImprovementSpecificationProperty Associated Types
Methods set :: PropertyType "BedrockModelSpecification" SlotResolutionImprovementSpecificationProperty -> SlotResolutionImprovementSpecificationProperty -> SlotResolutionImprovementSpecificationProperty # | |||||
| Property "Enabled" SlotResolutionImprovementSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotResolutionImprovementSpecificationProperty Associated Types
| |||||
| type PropertyType "BedrockModelSpecification" SlotResolutionImprovementSpecificationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.SlotResolutionImprovementSpecificationProperty type PropertyType "BedrockModelSpecification" SlotResolutionImprovementSpecificationProperty = BedrockModelSpecificationProperty | |||||
| type PropertyType "Enabled" SlotResolutionImprovementSpecificationProperty Source # | |||||
mkDescriptiveBotBuilderSpecificationProperty :: Value Bool -> DescriptiveBotBuilderSpecificationProperty Source #
mkSampleUtteranceGenerationSpecificationProperty :: Value Bool -> SampleUtteranceGenerationSpecificationProperty Source #
mkSlotResolutionImprovementSpecificationProperty :: Value Bool -> SlotResolutionImprovementSpecificationProperty Source #
data GenerativeAISettingsProperty Source #
Constructors
| GenerativeAISettingsProperty | |
Fields | |
Instances
| ToJSON GenerativeAISettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.GenerativeAISettingsProperty Methods toJSON :: GenerativeAISettingsProperty -> Value # toEncoding :: GenerativeAISettingsProperty -> Encoding # toJSONList :: [GenerativeAISettingsProperty] -> Value # toEncodingList :: [GenerativeAISettingsProperty] -> Encoding # | |||||
| Show GenerativeAISettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.GenerativeAISettingsProperty Methods showsPrec :: Int -> GenerativeAISettingsProperty -> ShowS # show :: GenerativeAISettingsProperty -> String # showList :: [GenerativeAISettingsProperty] -> ShowS # | |||||
| Eq GenerativeAISettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.GenerativeAISettingsProperty Methods (==) :: GenerativeAISettingsProperty -> GenerativeAISettingsProperty -> Bool # (/=) :: GenerativeAISettingsProperty -> GenerativeAISettingsProperty -> Bool # | |||||
| ToResourceProperties GenerativeAISettingsProperty Source # | |||||
| Property "BuildtimeSettings" GenerativeAISettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.GenerativeAISettingsProperty Associated Types
Methods set :: PropertyType "BuildtimeSettings" GenerativeAISettingsProperty -> GenerativeAISettingsProperty -> GenerativeAISettingsProperty # | |||||
| Property "RuntimeSettings" GenerativeAISettingsProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.GenerativeAISettingsProperty Associated Types
Methods set :: PropertyType "RuntimeSettings" GenerativeAISettingsProperty -> GenerativeAISettingsProperty -> GenerativeAISettingsProperty # | |||||
| type PropertyType "BuildtimeSettings" GenerativeAISettingsProperty Source # | |||||
| type PropertyType "RuntimeSettings" GenerativeAISettingsProperty Source # | |||||