Uses of Class
com.mypurecloud.sdk.v2.model.SocialExpression
Packages that use SocialExpression
-
Uses of SocialExpression in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SocialExpressionModifier and TypeMethodDescriptionSocialExpression.afterCallWork(AfterCallWork afterCallWork) After-call work for the communication.SocialExpression.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call work is required for a communication.SocialExpression.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.SocialExpression.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.SocialExpression.disconnectType(SocialExpression.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.The id of the peer communication corresponding to a matching leg for this communication.SocialExpression.previewText(String previewText) The text preview of the communication contentsThe source provider for the social expression.SocialExpression.recordingId(String recordingId) A globally unique identifier for the recording associated with this chat.The UUID of the script to use.The time line of the participant's chat, divided into activity segments.SocialExpression.socialMediaHub(String socialMediaHub) The social network of the communicationSocialExpression.socialMediaId(String socialMediaId) A globally unique identifier for the social media.SocialExpression.socialUserName(String socialUserName) The user name for the communication.SocialExpression.startAlertingTime(Date startAlertingTime) The timestamp the communication has when it is first put into an alerting state.SocialExpression.startHoldTime(Date startHoldTime) The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold.SocialExpression.state(SocialExpression.StateEnum state) The connection state of this communication.Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SocialExpressionModifier and TypeMethodDescriptionParticipant.getSocialExpressions()ParticipantBasic.getSocialExpressions()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SocialExpressionModifier and TypeMethodDescriptionvoidParticipant.setSocialExpressions(List<SocialExpression> socialExpressions) voidParticipantBasic.setSocialExpressions(List<SocialExpression> socialExpressions) Participant.socialExpressions(List<SocialExpression> socialExpressions) ParticipantBasic.socialExpressions(List<SocialExpression> socialExpressions)