CreateParticipantConnectionRequest
public struct CreateParticipantConnectionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Participant Token as obtained from StartChatContact API response.
Declaration
Swift
public let participantToken: String -
Type of connection information required.
Declaration
Swift
public let type: [ConnectionType] -
Undocumented
Declaration
Swift
public init(participantToken: String, type: [ConnectionType]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateParticipantConnectionRequest Structure Reference