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

Description

 
Synopsis

Documentation

data TextInputSpecification Source #

Specifies the text input specifications.

See: newTextInputSpecification smart constructor.

Constructors

TextInputSpecification' 

Fields

Instances

Instances details
FromJSON TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

ToJSON TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

Generic TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

Associated Types

type Rep TextInputSpecification :: Type -> Type #

Read TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

Show TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

NFData TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

Methods

rnf :: TextInputSpecification -> () #

Eq TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

Hashable TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

type Rep TextInputSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextInputSpecification

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

newTextInputSpecification Source #

Create a value of TextInputSpecification 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:startTimeoutMs:TextInputSpecification', textInputSpecification_startTimeoutMs - Time for which a bot waits before re-prompting a customer for text input.

textInputSpecification_startTimeoutMs :: Lens' TextInputSpecification Natural Source #

Time for which a bot waits before re-prompting a customer for text input.