Class RealTimeContactAnalysisSegmentEvent
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.RealTimeContactAnalysisSegmentEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RealTimeContactAnalysisSegmentEvent.Builder,RealTimeContactAnalysisSegmentEvent>
@Generated("software.amazon.awssdk:codegen") public final class RealTimeContactAnalysisSegmentEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RealTimeContactAnalysisSegmentEvent.Builder,RealTimeContactAnalysisSegmentEvent>
Segment type describing a contact event.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRealTimeContactAnalysisSegmentEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RealTimeContactAnalysisSegmentEvent.Builderbuilder()StringdisplayName()The display name of the participant.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventType()Type of the event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the contact event.StringparticipantId()The identifier of the participant.ParticipantRoleparticipantRole()The role of the participant.StringparticipantRoleAsString()The role of the participant.List<SdkField<?>>sdkFields()static Class<? extends RealTimeContactAnalysisSegmentEvent.Builder>serializableBuilderClass()RealTimeContactAnalysisTimeDatatime()Field describing the time of the event.RealTimeContactAnalysisSegmentEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier of the contact event.
- Returns:
- The identifier of the contact event.
-
participantId
public final String participantId()
The identifier of the participant.
- Returns:
- The identifier of the participant.
-
participantRole
public final ParticipantRole participantRole()
The role of the participant. For example, is it a customer, agent, or system.
If the service returns an enum value that is not available in the current SDK version,
participantRolewill returnParticipantRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparticipantRoleAsString().- Returns:
- The role of the participant. For example, is it a customer, agent, or system.
- See Also:
ParticipantRole
-
participantRoleAsString
public final String participantRoleAsString()
The role of the participant. For example, is it a customer, agent, or system.
If the service returns an enum value that is not available in the current SDK version,
participantRolewill returnParticipantRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparticipantRoleAsString().- Returns:
- The role of the participant. For example, is it a customer, agent, or system.
- See Also:
ParticipantRole
-
displayName
public final String displayName()
The display name of the participant. Can be redacted.
- Returns:
- The display name of the participant. Can be redacted.
-
eventType
public final String eventType()
Type of the event. For example,
application/vnd.amazonaws.connect.event.participant.left.- Returns:
- Type of the event. For example,
application/vnd.amazonaws.connect.event.participant.left.
-
time
public final RealTimeContactAnalysisTimeData time()
Field describing the time of the event. It can have different representations of time.
- Returns:
- Field describing the time of the event. It can have different representations of time.
-
toBuilder
public RealTimeContactAnalysisSegmentEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RealTimeContactAnalysisSegmentEvent.Builder,RealTimeContactAnalysisSegmentEvent>
-
builder
public static RealTimeContactAnalysisSegmentEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends RealTimeContactAnalysisSegmentEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-