Uses of Class
software.amazon.awssdk.services.connect.model.SegmentAttributeValue
-
Packages that use SegmentAttributeValue Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SegmentAttributeValue in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SegmentAttributeValue Modifier and Type Method Description Map<String,SegmentAttributeValue>Contact. segmentAttributes()A set of system defined key-value pairs stored on individual contact segments using an attribute map.Map<String,SegmentAttributeValue>StartChatContactRequest. segmentAttributes()A set of system defined key-value pairs stored on individual contact segments using an attribute map.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type SegmentAttributeValue Modifier and Type Method Description Contact.BuilderContact.Builder. segmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes)A set of system defined key-value pairs stored on individual contact segments using an attribute map.StartChatContactRequest.BuilderStartChatContactRequest.Builder. segmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes)A set of system defined key-value pairs stored on individual contact segments using an attribute map.
-