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

Description

 
Synopsis

Documentation

newtype PromptAttempt Source #

The attempt name of attempts of a prompt.

Constructors

PromptAttempt' 

Instances

Instances details
FromJSON PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

FromJSONKey PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToJSON PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToJSONKey PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToByteString PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToHeader PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToLog PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToQuery PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

FromText PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToText PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

Methods

toText :: PromptAttempt -> Text #

FromXML PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

ToXML PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

Methods

toXML :: PromptAttempt -> XML #

Generic PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

Associated Types

type Rep PromptAttempt :: Type -> Type #

Read PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

Show PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

NFData PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

Methods

rnf :: PromptAttempt -> () #

Eq PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

Ord PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

Hashable PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

type Rep PromptAttempt Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.PromptAttempt

type Rep PromptAttempt = D1 ('MetaData "PromptAttempt" "Amazonka.LexV2Models.Types.PromptAttempt" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'True) (C1 ('MetaCons "PromptAttempt'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPromptAttempt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))