GetTranscriptResponse class

Constructors

GetTranscriptResponse({String? initialContactId, String? nextToken, List<Item>? transcript})
GetTranscriptResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
initialContactId String?
The initial contact ID for the contact.
final
nextToken String?
The pagination token. Use the value returned previously in the next subsequent request to retrieve the next set of results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transcript List<Item>?
The list of messages in the session.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited