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

Description

 
Synopsis

Documentation

data AssociatedTranscriptFilter Source #

Filters to search for the associated transcript.

See: newAssociatedTranscriptFilter smart constructor.

Constructors

AssociatedTranscriptFilter' 

Fields

Instances

Instances details
ToJSON AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

Generic AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

Associated Types

type Rep AssociatedTranscriptFilter :: Type -> Type #

Read AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

Show AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

NFData AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

Eq AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

Hashable AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

type Rep AssociatedTranscriptFilter Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AssociatedTranscriptFilter

type Rep AssociatedTranscriptFilter = D1 ('MetaData "AssociatedTranscriptFilter" "Amazonka.LexV2Models.Types.AssociatedTranscriptFilter" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "AssociatedTranscriptFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssociatedTranscriptFilterName) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newAssociatedTranscriptFilter Source #

Create a value of AssociatedTranscriptFilter 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:name:AssociatedTranscriptFilter', associatedTranscriptFilter_name - The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.

$sel:values:AssociatedTranscriptFilter', associatedTranscriptFilter_values - The values to use to filter the transcript.

associatedTranscriptFilter_name :: Lens' AssociatedTranscriptFilter AssociatedTranscriptFilterName Source #

The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.