Uses of Class
com.mypurecloud.sdk.v2.model.ConversationEventTopicCobrowse
Packages that use ConversationEventTopicCobrowse
-
Uses of ConversationEventTopicCobrowse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventTopicCobrowseModifier and TypeMethodDescriptionConversationEventTopicCobrowse.afterCallWork(ConversationEventTopicAfterCallWork afterCallWork) A communication's after-call work data.ConversationEventTopicCobrowse.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.ConversationEventTopicCobrowse.cobrowseRole(String cobrowseRole) This value identifies the role of the co-browse client within the co-browse session (a client is a sharer or a viewer).ConversationEventTopicCobrowse.cobrowseSessionId(String cobrowseSessionId) The co-browse session ID.ConversationEventTopicCobrowse.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.ConversationEventTopicCobrowse.controlling(List<String> controlling) ID of co-browse participants for which this client has been granted control (list is empty if this client cannot control any shared pages).ConversationEventTopicCobrowse.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.ConversationEventTopicCobrowse.disconnectType(ConversationEventTopicCobrowse.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.A globally unique identifier for this communication.ConversationEventTopicCobrowse.initialState(ConversationEventTopicCobrowse.InitialStateEnum initialState) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the co-browse communication.ConversationEventTopicCobrowse.providerEventTime(Date providerEventTime) The time when the provider event which triggered this conversation update happened in the corrected provider clock (milliseconds since 1970-01-01 00:00:00 UTC).ConversationEventTopicCobrowse.queueMediaSettings(ConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The room id for the chat.The UUID of the script to use.ConversationEventTopicCobrowse.self(ConversationEventTopicAddress self) Address and name data for a call endpoint.ConversationEventTopicCobrowse.state(ConversationEventTopicCobrowse.StateEnum state) The URL that can be used to open co-browse session in web browser.ConversationEventTopicCobrowse.wrapup(ConversationEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationEventTopicCobrowseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationEventTopicCobrowseModifier and TypeMethodDescriptionConversationEventTopicParticipant.cobrowsesessions(List<ConversationEventTopicCobrowse> cobrowsesessions) voidConversationEventTopicParticipant.setCobrowsesessions(List<ConversationEventTopicCobrowse> cobrowsesessions)