Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicChat
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicChat
- All Implemented Interfaces:
Serializable
QueueConversationEventTopicChat
- 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(QueueConversationEventTopicAfterCallWork 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(QueueConversationEventTopicChat.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(QueueConversationEventTopicChat.InitialStateEnum initialState) journeyContext(QueueConversationEventTopicJourneyContext journeyContext) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the chat.queueMediaSettings(QueueConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The room id for the chat.The UUID of the script to use.voidsetAfterCallWork(QueueConversationEventTopicAfterCallWork afterCallWork) voidsetAfterCallWorkRequired(Boolean afterCallWorkRequired) voidsetAvatarImageUrl(String avatarImageUrl) voidsetConnectedTime(Date connectedTime) voidsetDisconnectedTime(Date disconnectedTime) voidsetDisconnectType(QueueConversationEventTopicChat.DisconnectTypeEnum disconnectType) voidvoidvoidvoidsetJourneyContext(QueueConversationEventTopicJourneyContext journeyContext) voidvoidsetProvider(String provider) voidsetQueueMediaSettings(QueueConversationEventTopicQueueMediaSettings 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()Call wrap up or disposition data.
-
Constructor Details
-
QueueConversationEventTopicChat
public QueueConversationEventTopicChat() -
QueueConversationEventTopicChat
-
-
Method Details
-
state
-
getState
-
setState
-
initialState
public QueueConversationEventTopicChat initialState(QueueConversationEventTopicChat.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 QueueConversationEventTopicChat disconnectType(QueueConversationEventTopicChat.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 QueueConversationEventTopicChat journeyContext(QueueConversationEventTopicJourneyContext journeyContext) -
getJourneyContext
-
setJourneyContext
-
wrapup
Call wrap up or disposition data. -
getWrapup
-
setWrapup
-
afterCallWork
public QueueConversationEventTopicChat afterCallWork(QueueConversationEventTopicAfterCallWork 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 QueueConversationEventTopicChat queueMediaSettings(QueueConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media. -
getQueueMediaSettings
-
setQueueMediaSettings
-
equals
-
hashCode
public int hashCode() -
toString
-