amazonka-connect-contact-lens-2.0: Amazon Connect Contact Lens 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.ConnectContactLens.Types.PointOfInterest

Description

 
Synopsis

Documentation

data PointOfInterest Source #

The section of the contact audio where that category rule was detected.

See: newPointOfInterest smart constructor.

Constructors

PointOfInterest' 

Fields

Instances

Instances details
FromJSON PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Generic PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Associated Types

type Rep PointOfInterest :: Type -> Type #

Read PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Show PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

NFData PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Methods

rnf :: PointOfInterest -> () #

Eq PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Hashable PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

type Rep PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

type Rep PointOfInterest = D1 ('MetaData "PointOfInterest" "Amazonka.ConnectContactLens.Types.PointOfInterest" "amazonka-connect-contact-lens-2.0-9Vo58J4YA8CG5QImOmbpc2" 'False) (C1 ('MetaCons "PointOfInterest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "beginOffsetMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "endOffsetMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newPointOfInterest Source #

Create a value of PointOfInterest 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:beginOffsetMillis:PointOfInterest', pointOfInterest_beginOffsetMillis - The beginning offset in milliseconds where the category rule was detected.

$sel:endOffsetMillis:PointOfInterest', pointOfInterest_endOffsetMillis - The ending offset in milliseconds where the category rule was detected.

pointOfInterest_beginOffsetMillis :: Lens' PointOfInterest Natural Source #

The beginning offset in milliseconds where the category rule was detected.

pointOfInterest_endOffsetMillis :: Lens' PointOfInterest Natural Source #

The ending offset in milliseconds where the category rule was detected.