Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
RealtimeContactAnalysisSegment' | |
|
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.