RecordTranscriptsList Class

Stores the transcripts from multiple interaction sessions between customers and agents.

Namespace

DataRetrieval

RecordTranscriptsList Constructors

The RecordTranscriptsList class includes these constructors.

RecordTranscriptsList(conversations, conversationsTokens)

Creates an instance of the DataRetrieval.RecordTranscriptsList class by using specified parameters to store the transcripts associated with engagement records.

Signature

public RecordTranscriptsList(List<DataRetrieval.RecordTranscripts> conversations, Integer conversationsTokens)

DataRetrieval.RecordTranscriptsList, newinstance, [List<DataRetrieval.RecordTranscripts>, Integer], DataRetrieval.RecordTranscriptsList

Parameters

conversations
Type: List<DataRetrieval.RecordTranscripts>
List of transcripts from multiple interaction sessions between customers and agents.
conversationsTokens
Type: Integer
Number of tokens of conversation transcripts.

RecordTranscriptsList()

Creates an instance of the DataRetrieval.RecordTranscriptsList class.

Signature

public RecordTranscriptsList()

DataRetrieval.RecordTranscriptsList, newinstance, [], DataRetrieval.RecordTranscriptsList