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

Description

 
Synopsis

Documentation

data AssociatedTranscript Source #

The object containing information that associates the recommended intent/slot type with a conversation.

See: newAssociatedTranscript smart constructor.

Constructors

AssociatedTranscript' 

Fields

Instances

Instances details
FromJSON AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

Generic AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

Associated Types

type Rep AssociatedTranscript :: Type -> Type #

Read AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

Show AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

NFData AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

Methods

rnf :: AssociatedTranscript -> () #

Eq AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

Hashable AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

type Rep AssociatedTranscript Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscript

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

newAssociatedTranscript :: AssociatedTranscript Source #

Create a value of AssociatedTranscript 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:transcript:AssociatedTranscript', associatedTranscript_transcript - The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.

associatedTranscript_transcript :: Lens' AssociatedTranscript (Maybe Text) Source #

The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.