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

Description

 
Synopsis

Documentation

data UtteranceList Source #

Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.

See: newUtteranceList smart constructor.

Constructors

UtteranceList' 

Fields

  • botVersion :: Maybe Text

    The version of the bot that processed the list.

  • utterances :: Maybe [UtteranceData]

    One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.

Instances

Instances details
Eq UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

Read UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

Show UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

Generic UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

Associated Types

type Rep UtteranceList :: Type -> Type #

NFData UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

Methods

rnf :: UtteranceList -> () #

Hashable UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

FromJSON UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

type Rep UtteranceList Source # 
Instance details

Defined in Amazonka.LexModels.Types.UtteranceList

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

newUtteranceList :: UtteranceList Source #

Create a value of UtteranceList 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:botVersion:UtteranceList', utteranceList_botVersion - The version of the bot that processed the list.

$sel:utterances:UtteranceList', utteranceList_utterances - One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.

utteranceList_botVersion :: Lens' UtteranceList (Maybe Text) Source #

The version of the bot that processed the list.

utteranceList_utterances :: Lens' UtteranceList (Maybe [UtteranceData]) Source #

One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.