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.SlotDefaultValueSpecification

Description

 
Synopsis

Documentation

data SlotDefaultValueSpecification Source #

Defines a list of values that Amazon Lex should use as the default value for a slot.

See: newSlotDefaultValueSpecification smart constructor.

Constructors

SlotDefaultValueSpecification' 

Fields

Instances

Instances details
FromJSON SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

ToJSON SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

Generic SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

Associated Types

type Rep SlotDefaultValueSpecification :: Type -> Type #

Read SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

Show SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

NFData SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

Eq SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

Hashable SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

type Rep SlotDefaultValueSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SlotDefaultValueSpecification

type Rep SlotDefaultValueSpecification = D1 ('MetaData "SlotDefaultValueSpecification" "Amazonka.LexV2Models.Types.SlotDefaultValueSpecification" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "SlotDefaultValueSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultValueList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SlotDefaultValue])))

newSlotDefaultValueSpecification :: SlotDefaultValueSpecification Source #

Create a value of SlotDefaultValueSpecification 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:defaultValueList:SlotDefaultValueSpecification', slotDefaultValueSpecification_defaultValueList - A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.

slotDefaultValueSpecification_defaultValueList :: Lens' SlotDefaultValueSpecification [SlotDefaultValue] Source #

A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.