AWSConnectParticipantCreateParticipantConnectionRequest
Objective-C
@interface AWSConnectParticipantCreateParticipantConnectionRequest
Swift
class AWSConnectParticipantCreateParticipantConnectionRequest
-
Amazon Connect Participant is used to mark the participant as connected for customer participant in message streaming, as well as for agent or manager participant in non-streaming chats.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable connectParticipant;Swift
var connectParticipant: NSNumber? { get set } -
This is a header parameter.
The ParticipantToken as obtained from StartChatContact API response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable participantToken;Swift
var participantToken: String? { get set } -
Type of connection information required. If you need
CONNECTION_CREDENTIALSalong with marking participant as connected, passCONNECTION_CREDENTIALSinType.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable types;Swift
var types: [String]? { get set }
View on GitHub
Install in Dash
AWSConnectParticipantCreateParticipantConnectionRequest Class Reference