class Aws::ConnectParticipant::Types::GetTranscriptRequest
@note When making an API call, you may pass GetTranscriptRequest
data as a hash: { contact_id: "ContactId", max_results: 1, next_token: "NextToken", scan_direction: "FORWARD", # accepts FORWARD, BACKWARD sort_order: "DESCENDING", # accepts DESCENDING, ASCENDING start_position: { id: "ChatItemId", absolute_time: "Instant", most_recent: 1, }, connection_token: "ParticipantToken", # required }
@!attribute [rw] contact_id
The contactId from the current contact chain for which transcript is needed. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in the page. Default: 10. @return [Integer]
@!attribute [rw] next_token
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results. @return [String]
@!attribute [rw] scan_direction
The direction from StartPosition from which to retrieve message. Default: BACKWARD when no StartPosition is provided, FORWARD with StartPosition. @return [String]
@!attribute [rw] sort_order
The sort order for the records. Default: DESCENDING. @return [String]
@!attribute [rw] start_position
A filtering option for where to start. @return [Types::StartPosition]
@!attribute [rw] connection_token
The authentication token associated with the participant's connection. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/GetTranscriptRequest AWS API Documentation
Constants
- SENSITIVE