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

Description

 
Synopsis

Documentation

data BuiltInIntentSummary Source #

Provides summary information about a built-in intent for the ListBuiltInIntents operation.

See: newBuiltInIntentSummary smart constructor.

Constructors

BuiltInIntentSummary' 

Fields

Instances

Instances details
FromJSON BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

Generic BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

Associated Types

type Rep BuiltInIntentSummary :: Type -> Type #

Read BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

Show BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

NFData BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

Methods

rnf :: BuiltInIntentSummary -> () #

Eq BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

Hashable BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

type Rep BuiltInIntentSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BuiltInIntentSummary

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

newBuiltInIntentSummary :: BuiltInIntentSummary Source #

Create a value of BuiltInIntentSummary 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:description:BuiltInIntentSummary', builtInIntentSummary_description - The description of the intent.

$sel:intentSignature:BuiltInIntentSummary', builtInIntentSummary_intentSignature - The signature of the built-in intent. Use this to specify the parent intent of a derived intent.

builtInIntentSummary_intentSignature :: Lens' BuiltInIntentSummary (Maybe Text) Source #

The signature of the built-in intent. Use this to specify the parent intent of a derived intent.