StartChatContactResponse class

Constructors

StartChatContactResponse({String? contactId, String? participantId, String? participantToken})
StartChatContactResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contactId String?
The identifier of this contact within the Amazon Connect instance.
final
hashCode int
The hash code for this object.
no setterinherited
participantId String?
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
final
participantToken String?
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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