| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ConnectContactLens.Types.PointOfInterest
Description
Documentation
data PointOfInterest Source #
The section of the contact audio where that category rule was detected.
See: newPointOfInterest smart constructor.
Constructors
| PointOfInterest' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> PointOfInterest |
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.