| 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.RealtimeContactAnalysisSegment
Description
Synopsis
- data RealtimeContactAnalysisSegment = RealtimeContactAnalysisSegment' {}
- newRealtimeContactAnalysisSegment :: RealtimeContactAnalysisSegment
- realtimeContactAnalysisSegment_categories :: Lens' RealtimeContactAnalysisSegment (Maybe Categories)
- realtimeContactAnalysisSegment_transcript :: Lens' RealtimeContactAnalysisSegment (Maybe Transcript)
Documentation
data RealtimeContactAnalysisSegment Source #
An analyzed segment for a real-time analysis session.
See: newRealtimeContactAnalysisSegment smart constructor.
Constructors
| RealtimeContactAnalysisSegment' | |
Fields
| |
Instances
newRealtimeContactAnalysisSegment :: RealtimeContactAnalysisSegment Source #
Create a value of RealtimeContactAnalysisSegment 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:categories:RealtimeContactAnalysisSegment', realtimeContactAnalysisSegment_categories - The matched category rules.
$sel:transcript:RealtimeContactAnalysisSegment', realtimeContactAnalysisSegment_transcript - The analyzed transcript.
realtimeContactAnalysisSegment_categories :: Lens' RealtimeContactAnalysisSegment (Maybe Categories) Source #
The matched category rules.
realtimeContactAnalysisSegment_transcript :: Lens' RealtimeContactAnalysisSegment (Maybe Transcript) Source #
The analyzed transcript.