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

Description

 
Synopsis

Documentation

data BotRecommendationResults Source #

The object representing the URL of the bot definition, the URL of the associated transcript, and a statistical summary of the bot recommendation results.

See: newBotRecommendationResults smart constructor.

Constructors

BotRecommendationResults' 

Fields

Instances

Instances details
FromJSON BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

Generic BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

Associated Types

type Rep BotRecommendationResults :: Type -> Type #

Read BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

Show BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

NFData BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

Eq BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

Hashable BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

type Rep BotRecommendationResults Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotRecommendationResults

type Rep BotRecommendationResults = D1 ('MetaData "BotRecommendationResults" "Amazonka.LexV2Models.Types.BotRecommendationResults" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BotRecommendationResults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associatedTranscriptsUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "botLocaleExportUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BotRecommendationResultStatistics)))))

newBotRecommendationResults :: BotRecommendationResults Source #

Create a value of BotRecommendationResults 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:associatedTranscriptsUrl:BotRecommendationResults', botRecommendationResults_associatedTranscriptsUrl - The presigned url link of the associated transcript.

$sel:botLocaleExportUrl:BotRecommendationResults', botRecommendationResults_botLocaleExportUrl - The presigned URL link of the recommended bot definition.

$sel:statistics:BotRecommendationResults', botRecommendationResults_statistics - The statistical summary of the bot recommendation results.

botRecommendationResults_associatedTranscriptsUrl :: Lens' BotRecommendationResults (Maybe Text) Source #

The presigned url link of the associated transcript.

botRecommendationResults_botLocaleExportUrl :: Lens' BotRecommendationResults (Maybe Text) Source #

The presigned URL link of the recommended bot definition.