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

Description

 
Synopsis

Documentation

data SampleUtterance Source #

A sample utterance that invokes an intent or respond to a slot elicitation prompt.

See: newSampleUtterance smart constructor.

Constructors

SampleUtterance' 

Fields

  • utterance :: Text

    The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.

Instances

Instances details
FromJSON SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

ToJSON SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

Generic SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

Associated Types

type Rep SampleUtterance :: Type -> Type #

Read SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

Show SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

NFData SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

Methods

rnf :: SampleUtterance -> () #

Eq SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

Hashable SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

type Rep SampleUtterance Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.SampleUtterance

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

newSampleUtterance Source #

Create a value of SampleUtterance 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:utterance:SampleUtterance', sampleUtterance_utterance - The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.

sampleUtterance_utterance :: Lens' SampleUtterance Text Source #

The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.