AWSConnectSegmentAttributeValue
Objective-C
@interface AWSConnectSegmentAttributeValue
Swift
class AWSConnectSegmentAttributeValue
A value for a segment attribute. This is structured as a map where the key is valueString
and the value is a string.
-
The value of a segment attribute.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable valueString;
Swift
var valueString: String? { get set }