GetTranscriptResponse constructor

GetTranscriptResponse({
  1. String? initialContactId,
  2. String? nextToken,
  3. List<Item>? transcript,
})

Implementation

GetTranscriptResponse({
  this.initialContactId,
  this.nextToken,
  this.transcript,
});