libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LexModels.Types.BuiltinIntentMetadata

Description

 
Synopsis

Documentation

data BuiltinIntentMetadata Source #

Provides metadata for a built-in intent.

See: newBuiltinIntentMetadata smart constructor.

Constructors

BuiltinIntentMetadata' 

Fields

Instances

Instances details
Eq BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

Read BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

Show BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

Generic BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

Associated Types

type Rep BuiltinIntentMetadata :: Type -> Type #

NFData BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

Methods

rnf :: BuiltinIntentMetadata -> () #

Hashable BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

FromJSON BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

type Rep BuiltinIntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.BuiltinIntentMetadata

type Rep BuiltinIntentMetadata = D1 ('MetaData "BuiltinIntentMetadata" "Amazonka.LexModels.Types.BuiltinIntentMetadata" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "BuiltinIntentMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportedLocales") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Locale]))))

newBuiltinIntentMetadata :: BuiltinIntentMetadata Source #

Create a value of BuiltinIntentMetadata 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:signature:BuiltinIntentMetadata', builtinIntentMetadata_signature - A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

$sel:supportedLocales:BuiltinIntentMetadata', builtinIntentMetadata_supportedLocales - A list of identifiers for the locales that the intent supports.

builtinIntentMetadata_signature :: Lens' BuiltinIntentMetadata (Maybe Text) Source #

A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

builtinIntentMetadata_supportedLocales :: Lens' BuiltinIntentMetadata (Maybe [Locale]) Source #

A list of identifiers for the locales that the intent supports.