Package com.mypurecloud.sdk.v2.model
Class QueueConversationVideoEventTopicChat
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicChat
- All Implemented Interfaces:
Serializable
QueueConversationVideoEventTopicChat
- 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(QueueConversationVideoEventTopicAfterCallWork 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.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.journeyContext(QueueConversationVideoEventTopicJourneyContext journeyContext) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the chat.queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The room id for the chat.The UUID of the script to use.voidsetAfterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) voidsetAfterCallWorkRequired(Boolean afterCallWorkRequired) voidsetAvatarImageUrl(String avatarImageUrl) voidsetConnectedTime(Date connectedTime) voidsetDisconnectedTime(Date disconnectedTime) voidvoidvoidvoidvoidsetJourneyContext(QueueConversationVideoEventTopicJourneyContext journeyContext) voidvoidsetProvider(String provider) voidsetQueueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings 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
-
QueueConversationVideoEventTopicChat
public QueueConversationVideoEventTopicChat() -
QueueConversationVideoEventTopicChat
-
-
Method Details
-
state
public QueueConversationVideoEventTopicChat state(QueueConversationVideoEventTopicChat.StateEnum state) -
getState
-
setState
-
initialState
public QueueConversationVideoEventTopicChat initialState(QueueConversationVideoEventTopicChat.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 QueueConversationVideoEventTopicChat disconnectType(QueueConversationVideoEventTopicChat.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects. -
getDisconnectType
-
setDisconnectType
public void setDisconnectType(QueueConversationVideoEventTopicChat.DisconnectTypeEnum disconnectType) -
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 QueueConversationVideoEventTopicChat journeyContext(QueueConversationVideoEventTopicJourneyContext journeyContext) -
getJourneyContext
-
setJourneyContext
-
wrapup
Call wrap up or disposition data. -
getWrapup
-
setWrapup
-
afterCallWork
public QueueConversationVideoEventTopicChat afterCallWork(QueueConversationVideoEventTopicAfterCallWork 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 QueueConversationVideoEventTopicChat queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media. -
getQueueMediaSettings
-
setQueueMediaSettings
public void setQueueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) -
equals
-
hashCode
public int hashCode() -
toString
-