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

Description

 
Synopsis

Documentation

data BotRecommendationSummary Source #

A summary of the bot recommendation.

See: newBotRecommendationSummary smart constructor.

Constructors

BotRecommendationSummary' 

Fields

Instances

Instances details
FromJSON BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

Generic BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

Associated Types

type Rep BotRecommendationSummary :: Type -> Type #

Read BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

Show BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

NFData BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

Eq BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

Hashable BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

type Rep BotRecommendationSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationSummary

type Rep BotRecommendationSummary = D1 ('MetaData "BotRecommendationSummary" "Amazonka.LexV2Models.Types.BotRecommendationSummary" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BotRecommendationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "botRecommendationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BotRecommendationStatus) :*: S1 ('MetaSel ('Just "botRecommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBotRecommendationSummary Source #

Create a value of BotRecommendationSummary 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:creationDateTime:BotRecommendationSummary', botRecommendationSummary_creationDateTime - A timestamp of the date and time that the bot recommendation was created.

$sel:lastUpdatedDateTime:BotRecommendationSummary', botRecommendationSummary_lastUpdatedDateTime - A timestamp of the date and time that the bot recommendation was last updated.

$sel:botRecommendationStatus:BotRecommendationSummary', botRecommendationSummary_botRecommendationStatus - The status of the bot recommendation.

If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

$sel:botRecommendationId:BotRecommendationSummary', botRecommendationSummary_botRecommendationId - The unique identifier of the bot recommendation to be updated.

botRecommendationSummary_creationDateTime :: Lens' BotRecommendationSummary (Maybe UTCTime) Source #

A timestamp of the date and time that the bot recommendation was created.

botRecommendationSummary_lastUpdatedDateTime :: Lens' BotRecommendationSummary (Maybe UTCTime) Source #

A timestamp of the date and time that the bot recommendation was last updated.

botRecommendationSummary_botRecommendationStatus :: Lens' BotRecommendationSummary BotRecommendationStatus Source #

The status of the bot recommendation.

If the status is Failed, then the reasons for the failure are listed in the failureReasons field.

botRecommendationSummary_botRecommendationId :: Lens' BotRecommendationSummary Text Source #

The unique identifier of the bot recommendation to be updated.