libZSservicesZSamazonka-connect-contact-lensZSamazonka-connect-contact-lens
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.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
Eq PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Read PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Show 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 #

NFData PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

Methods

rnf :: PointOfInterest -> () #

Hashable PointOfInterest Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.PointOfInterest

FromJSON 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" "libZSservicesZSamazonka-connect-contact-lensZSamazonka-connect-contact-lens" '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.