| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentAttributeValue |
SegmentAttributeValue.clone() |
SegmentAttributeValue |
SegmentAttributeValue.withValueString(String valueString)
The value of a segment attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SegmentAttributeValue> |
StartChatContactRequest.getSegmentAttributes()
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
Map<String,SegmentAttributeValue> |
Contact.getSegmentAttributes()
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
| Modifier and Type | Method and Description |
|---|---|
StartChatContactRequest |
StartChatContactRequest.addSegmentAttributesEntry(String key,
SegmentAttributeValue value)
Add a single SegmentAttributes entry
|
Contact |
Contact.addSegmentAttributesEntry(String key,
SegmentAttributeValue value)
Add a single SegmentAttributes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartChatContactRequest.setSegmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes)
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
void |
Contact.setSegmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes)
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
StartChatContactRequest |
StartChatContactRequest.withSegmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes)
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
Contact |
Contact.withSegmentAttributes(Map<String,SegmentAttributeValue> segmentAttributes)
A set of system defined key-value pairs stored on individual contact segments using an attribute map.
|
Copyright © 2024. All rights reserved.