Class ContactSearchSummarySegmentAttributeValue

java.lang.Object
software.amazon.awssdk.services.connect.model.ContactSearchSummarySegmentAttributeValue
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ContactSearchSummarySegmentAttributeValue.Builder,ContactSearchSummarySegmentAttributeValue>

@Generated("software.amazon.awssdk:codegen") public final class ContactSearchSummarySegmentAttributeValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactSearchSummarySegmentAttributeValue.Builder,ContactSearchSummarySegmentAttributeValue>

The value of a segment attribute. This is structured as a map with a single key-value pair. The key 'valueString' indicates that the attribute type is a string, and its corresponding value is the actual string value of the segment attribute.

See Also: