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

Description

 
Synopsis

Documentation

data IntentMetadata Source #

Provides information about an intent.

See: newIntentMetadata smart constructor.

Constructors

IntentMetadata' 

Fields

Instances

Instances details
Eq IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

Read IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

Show IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

Generic IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

Associated Types

type Rep IntentMetadata :: Type -> Type #

NFData IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

Methods

rnf :: IntentMetadata -> () #

Hashable IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

FromJSON IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

type Rep IntentMetadata Source # 
Instance details

Defined in Amazonka.LexModels.Types.IntentMetadata

type Rep IntentMetadata = D1 ('MetaData "IntentMetadata" "Amazonka.LexModels.Types.IntentMetadata" "libZSservicesZSamazonka-lex-modelsZSamazonka-lex-models" 'False) (C1 ('MetaCons "IntentMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIntentMetadata :: IntentMetadata Source #

Create a value of IntentMetadata 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:createdDate:IntentMetadata', intentMetadata_createdDate - The date that the intent was created.

$sel:name:IntentMetadata', intentMetadata_name - The name of the intent.

$sel:version:IntentMetadata', intentMetadata_version - The version of the intent.

$sel:lastUpdatedDate:IntentMetadata', intentMetadata_lastUpdatedDate - The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.

$sel:description:IntentMetadata', intentMetadata_description - A description of the intent.

intentMetadata_createdDate :: Lens' IntentMetadata (Maybe UTCTime) Source #

The date that the intent was created.

intentMetadata_lastUpdatedDate :: Lens' IntentMetadata (Maybe UTCTime) Source #

The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.