amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.Condition

Description

 
Synopsis

Documentation

data Condition Source #

Provides an expression that evaluates to true or false.

See: newCondition smart constructor.

Constructors

Condition' 

Fields

Instances

Instances details
FromJSON Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

ToJSON Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

Generic Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

Associated Types

type Rep Condition :: Type -> Type #

Read Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

Show Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

NFData Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

Methods

rnf :: Condition -> () #

Eq Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

Hashable Condition Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.Condition

type Rep Condition Source # 
Instance details

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)))

newCondition Source #

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.

condition_expressionString :: Lens' Condition Text Source #

The expression string that is evaluated.