| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.Condition
Description
Synopsis
- data Condition = Condition' {}
- newCondition :: Text -> Condition
- condition_expressionString :: Lens' Condition Text
Documentation
Provides an expression that evaluates to true or false.
See: newCondition smart constructor.
Constructors
| Condition' | |
Fields
| |
Instances
| FromJSON Condition Source # | |
| ToJSON Condition Source # | |
Defined in Amazonka.LexV2Models.Types.Condition | |
| Generic Condition Source # | |
| Read Condition Source # | |
| Show Condition Source # | |
| NFData Condition Source # | |
Defined in Amazonka.LexV2Models.Types.Condition | |
| Eq Condition Source # | |
| Hashable Condition Source # | |
Defined in Amazonka.LexV2Models.Types.Condition | |
| type Rep Condition Source # | |
Defined in Amazonka.LexV2Models.Types.Condition type Rep Condition = D1 ('MetaData "Condition" "Amazonka.LexV2Models.Types.Condition" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "Condition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expressionString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Condition with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:expressionString:Condition', condition_expressionString - The expression string that is evaluated.