connectparticipant_get_transcript: Retrieves a transcript of the session, including details...

View source: R/connectparticipant_operations.R

connectparticipant_get_transcriptR Documentation

Retrieves a transcript of the session, including details about any attachments

Description

Retrieves a transcript of the session, including details about any attachments. For information about accessing past chat contact transcripts for a persistent chat, see Enable persistent chat.

See https://www.paws-r-sdk.com/docs/connectparticipant_get_transcript/ for full documentation.

Usage

connectparticipant_get_transcript(
  ContactId = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  ScanDirection = NULL,
  SortOrder = NULL,
  StartPosition = NULL,
  ConnectionToken
)

Arguments

ContactId

The contactId from the current contact chain for which transcript is needed.

MaxResults

The maximum number of results to return in the page. Default: 10.

NextToken

The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.

ScanDirection

The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition.

SortOrder

The sort order for the records. Default: DESCENDING.

StartPosition

A filtering option for where to start.

ConnectionToken

[required] The authentication token associated with the participant's connection.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.