Package com.mypurecloud.sdk.v2.model
Class ConversationEventTopicChat
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicChat
- All Implemented Interfaces:
Serializable
ConversationEventTopicChat
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSystem defined string indicating what caused the communication to disconnect.static enumGets or Sets initialStatestatic enumGets or Sets state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCallWork(ConversationEventTopicAfterCallWork afterCallWork) A communication's after-call work data.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.avatarImageUrl(String avatarImageUrl) The avatar for the chat (if available).connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.disconnectType(ConversationEventTopicChat.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.booleangetHeld()getId()getState()inthashCode()True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.initialState(ConversationEventTopicChat.InitialStateEnum initialState) journeyContext(ConversationEventTopicJourneyContext journeyContext) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the chat.queueMediaSettings(ConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The room id for the chat.The UUID of the script to use.voidsetAfterCallWork(ConversationEventTopicAfterCallWork afterCallWork) voidsetAfterCallWorkRequired(Boolean afterCallWorkRequired) voidsetAvatarImageUrl(String avatarImageUrl) voidsetConnectedTime(Date connectedTime) voidsetDisconnectedTime(Date disconnectedTime) voidsetDisconnectType(ConversationEventTopicChat.DisconnectTypeEnum disconnectType) voidvoidvoidsetInitialState(ConversationEventTopicChat.InitialStateEnum initialState) voidsetJourneyContext(ConversationEventTopicJourneyContext journeyContext) voidvoidsetProvider(String provider) voidsetQueueMediaSettings(ConversationEventTopicQueueMediaSettings queueMediaSettings) voidvoidsetScriptId(String scriptId) voidsetStartHoldTime(Date startHoldTime) voidvoidstartHoldTime(Date startHoldTime) The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold.toString()wrapup(ConversationEventTopicWrapup wrapup) Call wrap up or disposition data.
-
Constructor Details
-
ConversationEventTopicChat
public ConversationEventTopicChat() -
ConversationEventTopicChat
-
-
Method Details
-
state
-
getState
-
setState
-
initialState
public ConversationEventTopicChat initialState(ConversationEventTopicChat.InitialStateEnum initialState) -
getInitialState
-
setInitialState
-
id
A globally unique identifier for this communication. -
getId
-
setId
-
provider
The source provider of the chat. -
getProvider
-
setProvider
-
scriptId
The UUID of the script to use. -
getScriptId
-
setScriptId
-
peerId
The id of the peer communication corresponding to a matching leg for this communication. -
getPeerId
-
setPeerId
-
roomId
The room id for the chat. -
getRoomId
-
setRoomId
-
avatarImageUrl
The avatar for the chat (if available). -
getAvatarImageUrl
-
setAvatarImageUrl
-
held
True if this call is held and the person on this side hears silence. -
getHeld
-
setHeld
-
disconnectType
public ConversationEventTopicChat disconnectType(ConversationEventTopicChat.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects. -
getDisconnectType
-
setDisconnectType
-
startHoldTime
The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold. -
getStartHoldTime
-
setStartHoldTime
-
connectedTime
The timestamp when this communication was connected in the cloud clock. -
getConnectedTime
-
setConnectedTime
-
disconnectedTime
The timestamp when this communication disconnected from the conversation in the provider clock. -
getDisconnectedTime
-
setDisconnectedTime
-
journeyContext
public ConversationEventTopicChat journeyContext(ConversationEventTopicJourneyContext journeyContext) -
getJourneyContext
-
setJourneyContext
-
wrapup
Call wrap up or disposition data. -
getWrapup
-
setWrapup
-
afterCallWork
A communication's after-call work data. -
getAfterCallWork
-
setAfterCallWork
-
afterCallWorkRequired
Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. -
getAfterCallWorkRequired
-
setAfterCallWorkRequired
-
queueMediaSettings
public ConversationEventTopicChat queueMediaSettings(ConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media. -
getQueueMediaSettings
-
setQueueMediaSettings
-
equals
-
hashCode
public int hashCode() -
toString
-