AWSConnectChatMessage
Objective-C
@interface AWSConnectChatMessage
Swift
class AWSConnectChatMessage
A chat message.
Required parameters: [ContentType, Content]
-
The content of the chat message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable content;
Swift
var content: String? { get set }
-
The type of the content. Supported types are text and plain.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contentType;
Swift
var contentType: String? { get set }