StartChatContactResponse
public struct StartChatContactResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of this contact within the Amazon Connect instance.
Declaration
Swift
public let contactId: String? -
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Declaration
Swift
public let participantId: String? -
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Declaration
Swift
public let participantToken: String? -
Undocumented
Declaration
Swift
public init(contactId: String? = nil, participantId: String? = nil, participantToken: String? = nil)
View on GitHub
StartChatContactResponse Structure Reference