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.Transcript

Description

 
Synopsis

Documentation

data Transcript Source #

A list of messages in the session.

See: newTranscript smart constructor.

Constructors

Transcript' 

Fields

Instances

Instances details
Eq Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

Read Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

Show Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

Generic Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

Associated Types

type Rep Transcript :: Type -> Type #

NFData Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

Methods

rnf :: Transcript -> () #

Hashable Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

FromJSON Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

type Rep Transcript Source # 
Instance details

Defined in Amazonka.ConnectContactLens.Types.Transcript

type Rep Transcript = D1 ('MetaData "Transcript" "Amazonka.ConnectContactLens.Types.Transcript" "libZSservicesZSamazonka-connect-contact-lensZSamazonka-connect-contact-lens" 'False) (C1 ('MetaCons "Transcript'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "issuesDetected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IssueDetected])) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "participantId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "participantRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "beginOffsetMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "endOffsetMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "sentiment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SentimentValue)))))

newTranscript Source #

Create a value of Transcript 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:issuesDetected:Transcript', transcript_issuesDetected - List of positions where issues were detected on the transcript.

$sel:id:Transcript', transcript_id - The identifier of the transcript.

$sel:participantId:Transcript', transcript_participantId - The identifier of the participant.

$sel:participantRole:Transcript', transcript_participantRole - The role of participant. For example, is it a customer, agent, or system.

$sel:content:Transcript', transcript_content - The content of the transcript.

$sel:beginOffsetMillis:Transcript', transcript_beginOffsetMillis - The beginning offset in the contact for this transcript.

$sel:endOffsetMillis:Transcript', transcript_endOffsetMillis - The end offset in the contact for this transcript.

$sel:sentiment:Transcript', transcript_sentiment - The sentiment of the detected for this piece of transcript.

transcript_issuesDetected :: Lens' Transcript (Maybe [IssueDetected]) Source #

List of positions where issues were detected on the transcript.

transcript_id :: Lens' Transcript Text Source #

The identifier of the transcript.

transcript_participantId :: Lens' Transcript Text Source #

The identifier of the participant.

transcript_participantRole :: Lens' Transcript Text Source #

The role of participant. For example, is it a customer, agent, or system.

transcript_content :: Lens' Transcript Text Source #

The content of the transcript.

transcript_beginOffsetMillis :: Lens' Transcript Natural Source #

The beginning offset in the contact for this transcript.

transcript_endOffsetMillis :: Lens' Transcript Natural Source #

The end offset in the contact for this transcript.

transcript_sentiment :: Lens' Transcript SentimentValue Source #

The sentiment of the detected for this piece of transcript.