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

Description

 
Synopsis

Documentation

data RecommendedIntentSummary Source #

An object that contains a summary of a recommended intent.

See: newRecommendedIntentSummary smart constructor.

Constructors

RecommendedIntentSummary' 

Fields

  • intentId :: Maybe Text

    The unique identifier of a recommended intent associated with the bot recommendation.

  • intentName :: Maybe Text

    The name of a recommended intent associated with the bot recommendation.

  • sampleUtterancesCount :: Maybe Int

    The count of sample utterances of a recommended intent that is associated with a bot recommendation.

Instances

Instances details
FromJSON RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

Generic RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

Associated Types

type Rep RecommendedIntentSummary :: Type -> Type #

Read RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

Show RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

NFData RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

Eq RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

Hashable RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

type Rep RecommendedIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.RecommendedIntentSummary

type Rep RecommendedIntentSummary = D1 ('MetaData "RecommendedIntentSummary" "Amazonka.LexV2Models.Types.RecommendedIntentSummary" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "RecommendedIntentSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "intentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "intentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sampleUtterancesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newRecommendedIntentSummary :: RecommendedIntentSummary Source #

Create a value of RecommendedIntentSummary 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:intentId:RecommendedIntentSummary', recommendedIntentSummary_intentId - The unique identifier of a recommended intent associated with the bot recommendation.

$sel:intentName:RecommendedIntentSummary', recommendedIntentSummary_intentName - The name of a recommended intent associated with the bot recommendation.

$sel:sampleUtterancesCount:RecommendedIntentSummary', recommendedIntentSummary_sampleUtterancesCount - The count of sample utterances of a recommended intent that is associated with a bot recommendation.

recommendedIntentSummary_intentId :: Lens' RecommendedIntentSummary (Maybe Text) Source #

The unique identifier of a recommended intent associated with the bot recommendation.

recommendedIntentSummary_intentName :: Lens' RecommendedIntentSummary (Maybe Text) Source #

The name of a recommended intent associated with the bot recommendation.

recommendedIntentSummary_sampleUtterancesCount :: Lens' RecommendedIntentSummary (Maybe Int) Source #

The count of sample utterances of a recommended intent that is associated with a bot recommendation.