Values_0.ContactSearchSummarySegmentAttributeValueSourceThe 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.
type nonrec t = {valueString : SegmentAttributeValueString.t option;The value of a segment attribute represented as a string.
*)valueMap : SegmentAttributeValueMap.t option;The key and value of a segment attribute.
*)}